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