diff --git a/server/app/core/dto.py b/server/app/core/dto.py index 6c47877c1de2202348d3ed6c91dcae50aeeaf701..4c1fc15afe3041638b091b063496433b754d93a1 100644 --- a/server/app/core/dto.py +++ b/server/app/core/dto.py @@ -16,6 +16,8 @@ class UserDTO: "email": fields.String(), "role_id": fields.Integer(), "city_id": fields.Integer(), + "page": fields.Integer(), + "page_size": fields.Integer(), }, ) user_list_model = api.model(