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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support š I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...