!7 sclass LatestChangedSnippets extends DynTable { L calc() { ret map(recentlyChangedSnippets(), func(Snippet s) { objectAsMap(s) }); } }