export interface SearchResponse { totalCount: number; page: number; foundItems: T[]; }