accountSignups: Ember.computed('signups.[].character', function() {
    return this.get('signups').mapBy('character.account.id').uniq().get('length');
  }),