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

TABLE WITHOUT ID
	file.link as Note,
	dateformat(created, "EEE, MMM dd, yyyy") as "Date Created"
WHERE
	contains(collections,this.file.link)
SORT created desc
LIMIT 333