export interface Feed { _id: number; url: string; web_url: string; title: string; category: string; }