return this.store
        .findRecord('person', id)
        .then(function () {
          return true;
        })