package StudentModel type StudentCountAggsXxbxlx struct{ XxbxlxCode string `json:"xxbxlx_code"` Count string `json:"count"` } type StudentCount struct { XxbxlxCode string `json:"xxbxlx_code"` XxbxlxName string `json:"xxbxlx_name"` Count int `json:"count"` }