paged

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