pagedState

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