export default Base.extend({
  createdAt: attr('utc'),

  group: belongsTo('group'),
  moderator: belongsTo('user'),