package chipmunk
type category struct {
ID int `json:"id"`
Name string `json:"name"`
Budget float64 `json:"budget"`
}