--- title: Collection Configuration label: Collections order: 20 --- Talk about how to write collection configs here. TODO: What collections are and what they represent ### Stand-alone file ```js module.exports = { slug: 'customer', labels: { singular: 'Customer', plural: 'Customers', } }