# Functions

GetPage returns the page number from the request context.
GetPageSize returns the page size from the request context.
New returns a new pagination middleware with custom values.
WithDefaultPage allows for customizing the default page number.
WithDefaultPageSize allows for customizing the default page size.
WithMaxPageSize allows for customizing the maximum page size.
WithMinPageSize allows for customizing the minimum page size.
WithPageText allows for customizing the page parameter name.
WithSizeText allows for customizing the size parameter name.

# Type aliases

CustomOption is a function that allows for customizing the pagination middleware.