taxonomy: Ember.computed('currentCell.taxonomyId', function () {
    return this.get('store').peekRecord('discoverable-taxonomy-set', this.get('currentCell.taxonomyId'));
  }),