When you have a NSDiffableDataSourceSnapshot
you can perform a reload on any section/item.
Whereas when you have a NSDiffableDataSourceSectionSnapshot
I can't do any reload.
I would like to refresh a specific item because after creating the snapshot I need to trigger the reload via collapsing the section and then expanding it again in order to my cell registration set the cell properly with the updated tag.