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
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...
- 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...