export class TopSearch { Documents: { Text: string; Hits: number; }[] = []; }