Is there a way to include nested multifield using sling mapper in a single file? @Inject protected Resource resource; List<Map<String, String>> marketData = new ArrayList<>(); List<Map<String, String>> marketContactData = new ArrayList<>(); @ChildResource(name="listItems", injectionStrate...