I have a question about Veeam's PowerShell.

There is a command called Get-VBRRestorePoint.
For example, I ran it like this
===
Get-VBRRestorePoint -Name "Tiny"
===
This VM called "Tiny" is included in Veeam replication job.
On the replication job side, I set the Restore Point as "1".
At this time, I thought that only one result will be returned.
However, five Restore Points were returned.

In all five cases, the Type was Snapshot.

I investigated the remaining four Restore Points.
I found out that they were HPE Nimble storage snapshots registered to Storage Infrastructure.
Both the restore points created by the Veeam replication job and the restore points created by the Nimble storage snapshot have a Type of "Snapshot".
Is there any way to tell the difference?
Kind Regards,
Asahi,
Climb Inc.