Hi,
I need to add the concept of tags in my data structure.
I have "Group" nodes and I want to classify them with tags.
Since in my case the tag would only have the "name" attribute, I thought there are two different ways to do this:
create a new "Ta...