This commit is contained in:
2024-04-11 14:25:40 +03:00
parent 7f302acdb5
commit 5c81af05d5
9 changed files with 63 additions and 17 deletions

View File

@@ -31,8 +31,8 @@ class OkMessageSchema(CustomModelCamel):
class PaginationSchema(CustomModelCamel):
page: int
items_per_page: int
page: int | None = None
items_per_page: int | None = None
class PaginationInfoSchema(CustomModelCamel):