It seems that there is a way to get the total number of documents in a collection as shown in picture, how can that be accesed?
On php SDK there is an attribute called total when getting a list.
Eg $documents = listdocuments(...); $total = $documents['total'];
That will not get all of them
https://appwrite.io/docs/models/documentList
it might help
its mentioning same thing
@D5 why it will not get all of them ?
And why is that ?
Because you'll be limit to 5k at most.
That value of Total documents is pulled from the usages collection
Though it will be nice to access that data from the SDKs.
Recommended threads
- Error with realtime channels
I'm performing a subscription to realtime channels, and after a few seconds I get an exception with this error: {\"type\":\"error\",\"data\":{\"code\":1008,\"me...
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- redirect_uri errors on flutter client
Hi all, I'm using the flutter client for my app to do appwrite auth and use the JWTs to send to my backend. When I try to sign in with SSO, I get this: https:/...