feat(api): add current page to AllUserResponse and fix returning type
This commit is contained in:
@@ -35,6 +35,7 @@ class AllUserResponse(Base):
|
||||
users: List[AllUser]
|
||||
amount_count: int
|
||||
amount_pages: int
|
||||
current_page: int
|
||||
|
||||
|
||||
all_user_adapter = TypeAdapter(List[AllUser])
|
||||
|
||||
Reference in New Issue
Block a user