Configure the title field of normalized data.
public function withTitle(?string $title) : static { return $this->with(ProblemNormalizer::TITLE, $title); }