Situation:
- fresh Plone 6.0.0a4 site
- importing a
File.json
- some FIle objects have parents that are not
Folder instances but more specialized DX container classes
- these parent folders are being created as
Folder independent of @type value of the parent item:
https://github.com/collective/collective.exportimport/blob/main/src/collective/exportimport/import_content.py#L831