get readers() {
    return this.entity._acl && isArray(this.entity._acl.r) ? this.entity._acl.r : [];
  }