count

@PostExchange(value = "snapshot/count")
abstract fun count(@RequestBody condition: Condition): Mono<Long>