```dataview TABLE length(file.outlinks) as "Outgoing", length(file.inlinks) as "Incoming" where !contains(file.path, "img") and !contains(file.path, "gen") and !contains(file.path, "q-") and !contains(file.path, "readwise") and !contains(file.path, "templates") SORT length(file.inlinks) DESC LIMIT 30 ```