Hello everyone, I have a question if I have a list with X objects and If I change a property (with copy() ) on that list and then resubmit it on a LazyColumn. The LazyColumn will recompose every single item because I added a new list or it is smart enough to understand the that only 1 item changed and it will skip the recomposition on the other elements ?