private get typeString(): string {
    return this?.type?.value ? `${this.type.value}: ` : ''
  }