What's the equivalent of `SELECT count(id)` in Typ...
# community-help
e
What's the equivalent of
SELECT count(id)
in Typesense? As in, I only want the number of documents that match the filter/search/etc. criteria, and not the documents themselves (for performance and to save on bandwidth etc.)