I have a container with many children notes. Over time these notes are modified, changed, deleted etc… I would like to track the dates of the most recent modification at the level of the container e.g. via a Container level attribute. If then have many container in my view (and I often do) I can then spot the container with the most recent changes inside.
If I’ve understood correctly the attribute $Modified for the container only tracks changes to that note and is not triggered by changes in the underlying notes within the container. It’s not clear to me what edict or stamp rule would allow me to retrieve the most recent change.