export interface SearchMeta {
    dataset_selected: string;
    attributes_selected: {name: string, label: string}[];
    total_items: number;
}