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