Skip to content

Commit

Permalink
add total field to return the count of total records present accordin…
Browse files Browse the repository at this point in the history
…g to the filters
  • Loading branch information
anjaliagg9791 committed Sep 22, 2023
1 parent f8e4f4f commit 835522e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gotocompany/guardian/v1beta1/guardian.proto
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ message ListResourcesRequest {

message ListResourcesResponse {
repeated Resource resources = 1;
uint32 total = 2;
}

message GetResourceRequest {
Expand Down

0 comments on commit 835522e

Please sign in to comment.