Type Alias FacetsByIndex

FacetsByIndex: Record<
    string,
    { distribution: FacetDistribution; stats: FacetStats },
>