package main type Status struct { Online bool `json:"online"` ViewerCount int `json:"viewerCount"` }