rakim: I think this is about using the property name without underscore in `track.py`. The property is already defined, so can be used there.
Witth this the Item._folksonomy_tags is never accessed directly from outside, instead the folksonomy_tags property is used for reading and add_folksonomy_tag for writing
rakim[m]
Ah I didn't know about how `@property` decorator worked, my bad