Hello everyone,
I would like to propose the addition of a "not_paginated" parameter to all the APIs. This would enable us to "force" all results onto a single page.
This is particularly beneficial for simplifying API calls when using middleware to manage them, eliminating the need to implement a more complex system for handling multiple pages.
If this change is not feasible in the short term, another alternative could be to increase the "page_size" parameter, which is currently often set to a maximum of 200 items.
Please let me know your thoughts on this and whether you think it's feasible.
Thank you, Marco.