https://twitter.com/johnmavrick_yt/status/1779463256974770422 Because I can't be bothered to manually copy paste the text πŸ˜… ```dataview TABLE length(file.outlinks) + length(file.inlinks) as "Total Links", length(file.outlinks) as Outgoing, length(file.inlinks) as Backlinks FROM "" SORT length(file.outlinks) + length(file.inlinks) desc LIMIT 50 ```