package models // A Goal is a declared investment into the goal. type Goal struct { ID string `json:"id"` ActivityID string `json:"activityId"` ItemID string `json:"itemId"` PointCount int `json:"pointCount"` }