Types/OpenPackage/get_Related.ps1

<#
.SYNOPSIS
    Get Related Package information
.DESCRIPTION
    Get Package Relationships
.NOTES
    This is a shorthand for `.GetRelationships()`
#>

if (-not $this.GetRelationships) {
    return
}
@($this.GetRelationships())