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 OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...