When performing a query, there seems to be no possible way to fetch every N result. It should operate like this.
(each: 10) → 1,11,21,31,41,51,61,71
This is different from pagination and would actually allow us to use this protocol how we want. Without this feature we are stuck…