The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
{
	"sets": [{
		"class": "Photo",
		"quantity": "all",
        "external": {
            "file": {
                "class": "File",
                "args": {"path":"__ATTR(photo_dir)__"}
            }
        }
	},{
		"class": "Album",
		"quantity": "all",
         "fetch" : [
            {
               "quantity" : "all",
               "rel" : "photos"
            }
         ]
	},{
		"class": "Photographer",
		"quantity": "all"
	}]
}