I am using query builder to return some AEM data via the REST API. I have the following query: http://<server>:<port>/bin/querybuilder.json?type=cq:PageContent&path=<contentpath>&p.hits=selective&p.properties=jcr:title cq:lastModified cq:tags /jcr:content/image/fileReference/&p.limit=0 It appears t...