export interface UserCountComment { user: string; count: number; }