package types type Project struct { ID int `json:"id"` Title string `json:"title"` }