Type Alias CategoriesDistribution

CategoriesDistribution: {
    [category: string]: number;
}