$output | Show-ListView -Property `
    @{ Name = "Rendering ID"; Expression = { $_.RenderingID } },
    @{ Name = "Page Item"; Expression = { $_.PagePath } }