export type MentorDetailAnalytics = { total_mentors: number; active_mentors: number; total_questions_answered: number; total_ratings: number; };