pub type FacetMap = HashMap<String, FacetItem>;
facets are returned as map
pub struct FacetMap { /* private fields */ }