export type Rating = { username: string tag: 'positive' | 'negative' | 'negative_visible' }