I have a page /team/ where I list each of my team members with their own bio markdown (e.g. paul.md, fred.md…) I have a template that is working well for the list page, but hugo is also generating pages for each of the sub-markdowns: /team/paul/ and /team/fred/.
How can I configure, for just this one directory / collection, to render only the list, and not the individual pages?