OBJECT
SearchResultPageInfo provides navigation for the query response
type SearchResultPageInfo {# Specifies the maximum number of items to returnpage_size: Int # Specifies which page of results to returncurrent_page: Int }