export interface SearchQuery { keywords: string; limit: number; filter: Array>; sort: Array; retrieveProperties: Array; refiners?: Array; }