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