Description
Backend pagination standard for all list endpoints.
Use limit + offset, return items + total.
limit default must be configurable and capped at 50.
This issue can be taken as the parent issue, and developers who implement pagination in each domain can create child issues and continue the implementation.
Acceptance Criteria
Description
Backend pagination standard for all list endpoints.
Use
limit+offset, returnitems+total.limitdefault must be configurable and capped at 50.This issue can be taken as the parent issue, and developers who implement pagination in each domain can create child issues and continue the implementation.
Acceptance Criteria
limitandoffseton all list endpointslimitdefault is configurablelimitenforced at 50itemsandtotal