New-UDPage and the -Title Param

Looking at the docs for New-UDPage, I see a -Title parameter in addition to the -Name param. Unfortunately, the page seems to ignore this parameter altogether. If I have both -Name and -Title, only the Name shows in the header.

$Pages = @()
$Pages += New-UDPage -Name 'Page1' -Title "This is my Page" -Content {
    $Layout = '...

If I try just the -Title and leave off the -Name, I get an error (which makes sense, -Name is required). I’ve confirmed this behavior goes back at least a couple of versions at least, as well as 3.0.3. Just curious what I am doing wrong here.

Product: PowerShell Universal
Version: 2.12.2

I opened an issue for this here: Title parameter on New-UDPage doesn't do anything · Issue #1270 · ironmansoftware/issues · GitHub