feat: common style for getters
This commit is contained in:
@ -47,7 +47,7 @@ class UpdateDealRequest(BaseSchema):
|
||||
|
||||
|
||||
class GetDealsResponse(BaseSchema):
|
||||
deals: list[DealSchema]
|
||||
items: list[DealSchema]
|
||||
pagination_info: PaginationInfoSchema
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user