package entity type UserLevelCountResp struct { Level int `json:"level"` UserCount int `json:"user_count"` }