Latest todo list

All Categories

TABLE without ID
    flattenedTags as Tags, length(rows.file.name) as Count, rows.file.link as Link
FROM
    "Personal"
WHERE
    Tags
FLATTEN
    Tags as flattenedTags
GROUP BY
    flattenedTags
SORT
    rows.Count desc

Untagged

List 
    
FROM
    "Personal"
WHERE
    !Tags
SORT
    rows.Count desc