public int getLikeCount(Node node) returns the number of
likes available for the specified node.
Parameters
- Node node
- The node to return the like count for.
Returns
Returns an int representing the number of likes for the specified node.
Exception
Throws an SkyVaultServiceException if the operation cannot be carried out.