I see Mosaic defined as “set of multiple identical things”. I want to know if the things (of one mosaic) can operate, be assigned different state and be tracked independently?
For example, I have a mosaic of shirts, all governed by the same smart contract rules. So one mosaic is 100 shirts, but when sold, I assign color & size to each as a state variable, i also want to track if they are resold or maybe shipping progress independently, I can also see at any point in time who owns the 20 (out of 100) red shirts - i want them to act as independent assets but under the same smart contract (so only 1 mosaic). The developer documentation just uses “50 potatoes” - so by the explanation here all the potatoes are exactly the same and it is just a number, the answer to my question is “no”. but I want to make sure.