added pagination controls
All checks were successful
Build and Push Image / build-and-push (push) Successful in 4m33s
All checks were successful
Build and Push Image / build-and-push (push) Successful in 4m33s
This commit is contained in:
@@ -54,8 +54,8 @@ message ListResponse {
|
||||
message Pagination {
|
||||
int32 page = 1;
|
||||
int32 pageSize = 2;
|
||||
int64 totalPages = 3;
|
||||
int64 totalItems = 4;
|
||||
int32 totalPages = 3;
|
||||
int32 totalItems = 4;
|
||||
optional string query = 5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user