ProductSearchRefinement: {
    attributeId: string;
    label?: string;
    values?: ProductSearchRefinementValue[];
} & {
    [key: string]: any;
}