module.exports = function Category(cat) {
  this.code = cat.code
  this.name = cat.name
  this.url = cat.url
}