dynamicPaged

@PostExchange(value = "snapshot/paged")
abstract fun dynamicPaged(@RequestBody pagedQuery: IPagedQuery): PagedList<Map<String, Any>>