
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
- Flutter Google Auth (Access blocked: Thi...
It is working fine on web platform, but on Flutter I'm getting this error. Any option to fix, or this issue with AppWrite and need to use different option? Ac...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- Error sending push message from dashboar...
I am trying to implement appwrite fully into my app and am switching over from firebase. I registered FCM as a Provider and tried to send a push message via the...
