You can use query to provide you the count and all nodes for point 2 & 3to get all the renditionsSELECT * FROM [dam:Asset] AS s where isdescendantnode([/content/dam/mycompany/catalog]) and s.[jcr:content/renditions/*] is not null to get the count you can check the property jcr:primary type to identi...