export interface INews { id: string; title: string; content?: string; created_at: Date; url?: string; source: string; author?: string; cateloge?: string; score?: number; num_comments?: number; gptSummary?: string; gptModel?: string; createdAt: Date; updatedAt: Date; deletedAt?: Date; }