This note collects all notes where the collections property says Groups.

TABLE WITHOUT ID
	choice(contains(collections,link("Groups")), 
		"🛗 " + file.link,file.link) as "Groups",
	length(file.inlinks) as "Links"
WHERE
	contains(collections,link("Groups")) and
	!contains(file.name, "Template")
SORT rank desc, year asc