Hello Everyone,I have below use case:EXISTING CODE:private static final String MAIN_QUERY = "/jcr:root/content/data/myproject/products//*[@sling:resourceType='myproject/common/components/template1']";Iterator<Resource> it = this.resourceResolver.findResources(String.format(MAIN_QUERY), XPATH);int co...