Before, when importing files, it used to create a collection, like “Protobuf Import” for AT import.
If importing multiple time the same file, it keep it in the same collection, same object, all good.
Now, each time we import something, it create a new collection.
If I import 2 times the “test.json” file, I’ve 2 collections, each with an object “test.json”.
This multiplies unnecessary collections and the risk of duplicate (or more) objects.
5mn and I’ve already a trash space :
It’s really preferable to have only one “Import” collection (or one per type, but that’s also open for discussion).
If you nedd some metadata must be visible, why not use relation? Hop, a view and I have files imported by date or by source.