Hi,Can anyone add a Java code snippet to retrieve asset metadata? I've been trying now for a few days to retrieve the description and tags, but no success. Title for some reason is easy and straight forward .getTitle(); , see code below:Resource childImage = (Resource)childImagesItr.next(); ImageRes...