package entity type Group struct { Name string `json:"Name"` Amount int `json:"Amount"` }