package model type Category struct { Slug string `json:"slug"` Name string `json:"name"` Url string `json:"url"` ApiUrl string `json:"apiUrl"` }