This function is a good way of seeing how connected items are to other items in a story, by using the number of relationships that the item has.
Type of Data Returned
This function will return the number of relationships that the item currently has.
Examples
Using the like count to potentially gauge how important an item is within the story.
likecount*relcount
Segregating items depending on how many relationships they have into “Important” and “Unimportant”
IF(relcount>5, ‘Important’, ‘Unimportant’)