SuggestionResult: {
    brandSuggestions?: BrandSuggestions;
    categorySuggestions?: CategorySuggestions;
    customSuggestion?: CustomSuggestions;
    productSuggestions?: ProductSuggestions;
    searchPhrase: string;
} & {
    [key: string]: any;
}