AutomarshalledPagedAction
abstract class AutomarshalledPagedAction<Token, ItemType : Any, PageType : Paged<Token, ItemType>, Self : AutomarshalledPagedAction<Token, ItemType, PageType, Self>>(toResult: (List<ItemType>, Token?) -> PageType, autoMarshalling: AutoMarshalling, kClass: KClass<PageType>) : PagedAction<Token, ItemType, PageType, Self> , LensExtractor<Response, Token?>
Superclass for paged actions where the response can be auto-marshalled