models/Collection.ps1

Class Collection
{
    [string] $id
    [string] $name
    [string] $url
    [string] $collectionUrl
}