pagedState

@PostExchange(value = "snapshot/paged/state")
abstract fun pagedState(@RequestBody pagedQuery: IPagedQuery): Mono<PagedList<S>>