SearchOpResult: {
    aggregations: Aggregation[];
    searchHits: SearchHit[];
    totalCount: number;
    totalCountLimit: number;
}