Alokai

SearchResponseFacetCountsFacetFieldsCategory

interface SearchResponseFacetCountsFacetFieldsCategory {
	cat_id?: string;
	cat_name?: string;
	count?: number;
	crumb?: string;
	parent?: string;
	tree_path?: string;
}

Properties

NameRequiredTypeDescription
cat_idOptionalstring
cat_nameOptionalstring
countOptionalnumber
crumbOptionalstring
parentOptionalstring
tree_pathOptionalstring

On this page