Values.GroupCountSourceProvides a group of results for a query that retrieved aggregated statistical data about findings.
type nonrec t = {count : Awso.Import.Int64.t option;The total number of findings in the group of query results.
*)groupKey : string option;The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Awso.Import.Int64.t | `String of string ]) list ]