interface File { id: number user_id: string absolute_path: string contents: string timestamp: string }