This note shows all the maps in the ideaverse where the collections property has Maps, sorted by rank.

TABLE WITHOUT ID 
	choice(contains(collections,link("Maps")),
		"🗺️ " + file.link,
	file.link) as "Maps",
 
rank as "Rank",
 
choice( contains(file.folder, "+"), "`" + file.folder + "`", file.folder ) as "Folder Path"
 
WHERE contains(collections,link("Maps")) 
 
SORT rank desc 
 
LIMIT 222