How to check total number of documents inside a collection in appwrite console. because its showing Documents per page. Total results: 5000 due to pagination restriction. so is there is a any way to see live total number of document inside collection.
in the console, no.
If you need this count frequently, i highly recommend using a collection to maintain the count.
Otherwise, you can use list documents, and pass a really high limit query (maybe also use the select query to limit the amount of data returned) and then check how many documents are returned
[CLOSED] How to check total documents in appwrite console.
Recommended threads
- Appwrite (Dart SDK) (for package_info_pl...
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0...
- Images/Videos in storage appearing broke...
I am running into a storage issue after upgrading my self-hosted Appwrite instance , all of my previously uploaded images and videos are now showing as broken i...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...