export type MentorSummary = { rating: number | null; summary: string | null; tags: Array; };