export interface RecordData { id: string; fields: TFields; commentCount?: number; }