export type UserSentimentCountView = { date: string; sentiment_count: number; };