dynamicList

@PostExchange(value = "snapshot/list")
abstract fun dynamicList(@RequestBody query: IListQuery): Flux<Map<String, Any>>