Pagination And Filtering
List endpoints use offset/limit pagination where the resource supports pagination. Common defaults:offset:0limit:20
items, total, offset, limit, and
hasMore. Exact fields are resource-specific and documented in the generated
reference.
Filters are endpoint-specific query parameters. Date filters use ISO 8601
strings.
See: packages/backend/src/application/types/pagination.ts