This commit is contained in:
2023-06-07 21:24:02 +02:00
parent a0718c637e
commit 55e9f7490a

View File

@@ -30,7 +30,7 @@ class Page(GenericModel, Generic[Item]):
total: int total: int
page: int page: int
size: int size: int
total_pages: int pages: int
class Sequence(BaseModel): class Sequence(BaseModel):