@dataclass(frozen=True,kw_only=True)classPaginationInfo:"""Information about the pagination of a list request."""total_items:int"""The total number of items that match the request."""next_page_token:str|None=None"""The token identifying the next page of results."""