Skip to main content

Module pagination

Module pagination 

Source
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 T plus enough metadata to fetch the next one.
PageParams
Query parameters for a paginated list route: ?limit=&offset=.