export interface SuggestionsOverview { userId: string; total: number; lastUpdated: string; }