formatting/PushNotificationResponse.format.ps1

Write-FormatView -TypeName PushNotificationResponse -Property Successful, NumberOfDevices -VirtualProperty @{
    NumberOfDevices = {
        $($_.pushedToNumberOfDevices)
    }
}