Skip to content

Commit

Permalink
remove total_pages, add count in ListAllOrganizationsResponse message
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman Prasad authored and Aman Prasad committed Aug 20, 2024
1 parent ce82a67 commit c705b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raystack/frontier/v1beta1/admin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ message ListAllOrganizationsRequest {

message ListAllOrganizationsResponse {
repeated Organization organizations = 1;
int32 total_pages = 2[
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "Total number of pages in response"}
int32 count = 2[
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "Total number of records present"}
];
}

Expand Down

0 comments on commit c705b55

Please sign in to comment.