How to list out files added/modified in a specific snapshots

I’ve waded through the forum and the command explanations, and yet this is unclear to me.

One of my backups experienced a large increase (size) and I’d like to examine that snapshot record to see what changed. Is that possible? It seemed to me that the “check” command may hold the information, but getting to it eludes me. Thank you.

The diff command compares […] the two snapshots.

Or you can use list --files and compare manually.

Thank you. Off to refresh my CLI skills now…