package project type Project struct { ID uint32 `json:"id"` Name string `json:"name"` Description *string `json:"description"` Key string `json:"key"` }