I'm using the javascript SDK to call the `sharingGetSharedLinkMetadata` API. This API might return either a SharingFileLinkMetadata, SharingFolderLinkMetadata, or SharingSharedLinkMetadata
Normally you would use the `.tag` field to see what type has been returned but that doesn't work in this case because SharingSharedLinkMetadata uses the same tag values as the other two.
So how can I find out which of these has been returned?