PagingOptions interface 
Options for the paging helper
Properties
| custom | 
	Custom function to extract pagination details for crating the PagedAsyncIterableIterator  | 
Property Details
		customGetPage
	  
	Custom function to extract pagination details for crating the PagedAsyncIterableIterator
customGetPage?: GetPage<PaginateReturn<TResponse>[]>
				Property Value
GetPage<PaginateReturn<TResponse>[]>