I have the following Sitecore Rocks query. @#Tags# refers to Treelist field that contains 1 or more items. With the query, I get back a pipe delimited list of the Tags item IDs. How can I get the Tags item name instead of the ID?
select @#Tags#, @@Path from /sitecore/content/Sites/MySite/Assets/Pages//*[@@templatename="Dynamic Content"]