range: computed('min', 'max', function() {
    return {
      min: this.get('min'),
      max: this.get('max')
    };