kinto.js
kinto.js copied to clipboard
Add `count` option to list() operation
If count is > 0 then we can stop iterating on the store once we've found count results.
This would optimize use cases with huge collections when only a limited number of records is expected to be found