export type FileAnalyticsResult = { readonly date: string; readonly views_previous_period: number; readonly views_current_period: number; readonly user_visits_previous_period: number; readonly user_visits_current_period: number; readonly downloads_previous_period: number; readonly downloads_current_period: number; };