This note collects all notes where the in property says Concepts. Notice the “Says” property. One of the most underrated and LYT-like things you can do is to personify any concept you come across. If it could utter a single line, what what it say?

Concepts by rank and what they say

TABLE WITHOUT ID
	file.link as Concept,
	says as Says,
	rank as Rank
WHERE
	contains(in,this.file.link) and
	!contains(file.name, "Template")
SORT rank desc, file.link asc