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