Values_0.BucketSourceA count of documents that meets a specific aggregation criteria.
type nonrec t = {keyValue : BucketKeyValue.t option;The value counted for the particular bucket.
*)count : Count.t option;The number of documents that have the value counted for the particular bucket.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Count.t | `String of BucketKeyValue.t ]) list ]