package model type UserLevelCount struct { Level int `json:"level"` UserCount int `json:"user_count"` }