export function CountBadge({ count }: { count: number }) { return ( {count} ); }