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
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...