if (value.length < 2 || !model.get('isNew')) {
      return true;
    } else {
      return this.store
        .query('provider', { id: value })