A few queries didn't have any limit implemented so I added an hardcoded limit of 100 to them in PR https://github.com/liteflow-labs/starter-kit/pull/362 to limit possible API related issues but without a pagination.
So we now need to implement a pagination system on those queries when needed.
I added the comment # TODO: implement pagination to the codebase to find those queries easily.
@ismailToyran could you check what other queries have hardcoded pagination. If that's only the collection's traits values I think we can close this issue for now.
A few queries didn't have any limit implemented so I added an hardcoded limit of 100 to them in PR https://github.com/liteflow-labs/starter-kit/pull/362 to limit possible API related issues but without a pagination.
So we now need to implement a pagination system on those queries when needed. I added the comment
# TODO: implement pagination
to the codebase to find those queries easily.