# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
PageRequest is to be embedded in gRPC request messages for efficient pagination.
PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest
message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }.