Hello. I have a master data type which is linked by a child data type. I have pages for both the master and the child data type and in each page I would like to reference the other entity. Taking for instance the blog example, I would like a blog entry page to show its author and an author page to show their blog entries. How can I get the entries written by an author if only the author is linked in the entry? Regards