deta / deta-python

deta's official sdk
https://deta.space/docs/en/build/reference/sdk/base
MIT License
153 stars 26 forks source link

Get count of entries matching a given query. #35

Closed anandsanto closed 2 years ago

anandsanto commented 3 years ago

I'd like to find out how many entries are there in total that match a given query. Is there any fast and elegant way to do it?

Even the HTTP API offers only pages that are chained to each other.

aavshr commented 3 years ago

hello, sorry currently there is no way to get the size of all the items that match the query. I will label this as a feature request.

Sunda001 commented 3 years ago

yeah this would be great