For example I have a resource class "Inventory" with property "slots" which contains an array of another resource class "InventorySlot"
I've created a default Inventory which has 8 empty inventory slots.
When I reuse this default Inventory and make it unique do the inventory slots also become unique?