export type FeaturedTag = {
	id: string
	name: string
	statuses_count: number
	last_status_at: string
}
