Lets say I have query that gets following List Item Objects with Set of tags like this:
Item1{TagSet{tag1,tag2,tag3}}
Item2{TagSet{tag3,tag4,tag5}}
Item3{TagSet{tag6,tag7,tag8}}
Item1 Item2 Item3 are instances of Item object in List
TagSet is Set Collection object