feat: add todo

This commit is contained in:
2024-04-01 20:11:51 +02:00
parent 4fef25f898
commit 2daa8e5a22
2 changed files with 4 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ T = TypeVar("T")
# TODO: Add complete fastapi-pagination proxy here
# TODO: Add pagination off functionality
# SkipJsonSchema is used to avoid generating invalid JSON schema in FastAPI
class Page(AbstractPage[T], Generic[T]):
results: Sequence[T]