Would it be possible to add pagination fields (like size and page) to all endpoints which are expected to return a list? i.e. endpoints like
- Getting projects
- Getting discussions
- Getting tasks
etc...
Commonly these two fields would be in the query parameter, with size dictating maximum number of items in the response array and page indicating the offset of the results.