defect
The tl:StorageImplementation for a collection-valued attribute can provide a live collection, meaning that the entire value does not have to be set; instead, it can be modified incrementally (add, remove, etc.) via the live collection.
Changes to the "Live Collection" of a Set storage are not persisted.
Test
TestReferenceMetaAttribute#testModifiableSet()