export type StudentChatMessage = { username: string; chat_message_count: number; };