isGloballyReadable() {
    return (this.entity._acl && this.entity._acl.gr === true) || false;
  }