# Functions

CalculatePageSize calculates the desired page size for paginated queries.
List invokes the listFn repeatedly accumulating results per page until p.Size is met or results are exhausted.

# Constants

ResultKind represents the result object kind.

# Structs

Calculation contains all the info needed to calculate a request's page size.
Page is a list page.
Result is a printable object that shows the pagination kind.

# Type aliases

Token represents a pagination token.