githubUsers: computed('members.[]', function() {
    deprecate('The githubUsers property on the github-organization model has been deprecated.  Please use the members property.', false, { id: 'ember-data-github.deprecated-model-props', until: '1.0.0' });
    return this.get('members');
  }),