coverImageStyle: computed('group.coverImage', function() {
    const coverImage = image(get(this, 'group.coverImage'));
    return htmlSafe(`background-image: url("${coverImage}")`);
  }).readOnly()