pub type FacetCounts = Vec<(Vec<u8>, u64)>;
One facet field’s reported buckets: (value, count), most frequent first.
(value, count)
pub struct FacetCounts { /* private fields */ }