package vo type ReTalentCategory struct { ID int64 `json:"id"` Category string `json:"category"` }