I need a dataviewjs query for list elements under a certain header

I found it:

dv.page
	("Meta/MDM/Fixed-Valuelists").file.lists.where 
	(p =>(p.section.subpath == 'Server-Kind-Of-VL')).map(p => p.text)

does it.