Hi! I was trying to use head.total_rows inside a _list function, expecting to find there the number of rows that I'll find in the iterator. I was puzzled to find that instead it always reports the full size of the view being listed, evem if I limit the view to a single key
{"total_rows": 37,"offset": null}
Is this teh expected behviour?
If so, what's a good way to know how many rows will the iterator return?
Thanks :)
--
:Matteo Caprari
[email protected]
