Expand description
Generic pagination query and response DTOs.
Not yet wired into any Soma route — no current Soma list action needs
pagination — but declared here per plan section 3.11 so the first product
route that does need it has a shared shape to reach for instead of
inventing another one-off limit/offset pair.
Structs§
- Page
- A single page of
Tplus enough metadata to fetch the next one. - Page
Params - Query parameters for a paginated list route:
?limit=&offset=.