_onCategoryChange: function() {
    this.$('.js-category').text('Category ' + this.model.get('category'));
  },