relationships() {
    this.belongsTo('event');
    this.belongsTo('user');
    this.belongsTo('actor', {from: 'users'});
  }