get updatedAt() {
    if (this.entity._kmd && this.entity._kmd.lmt) {
      return new Date(this.entity._kmd.lmt);
    }