package responses type ImageResponse struct { Id string `json:"id"` Path string `json:"path"` }