Similar to the question at How to loop through all files in Jekyll's _data folder?, how would one loop through the files in their /_data directory (or a subdirectory) and pull the filenames of each file?
for example, if you had:
_data/
navigation.yml
news.yml
people/
advisors.yml
board.yml
staff.yml
... and you wanted to get the list of files inside /_data/people/?