Fetch related object
{def $related = fetch( 'content', 'related_objects', hash( 'object_id', $node.contentobject_id,
'attribute_identifier', 'class/attribute',
'limit', 10,
'offset', 0,
'sort_by', array('published', false()) ) ) }