export type Reaction = { id: string; emoji: string; count: number; };