Hi @majohns0321 , Inside your Sling Model, you can iterate through all the children resources and then can make a list of those, the same you can iterate on HTL side, for example- Sling Model- @SlingObjectResource resource;List<ImageModel> images; //ImageModel can be simple Resource or if you want...