export type TSearchResultItem = { id: string; title: string; tags: string[] | null; };