MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / Paginated

Class Paginated

src/core/dto/dto.py:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class Paginated(DTO):
23 page: int | None = None
24 per_page: int | None = None
25 order_field: str | None = None
26 order_by: str | None = None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected