Currently the MongoDB projector bases the projected collection name on the document type (e.g. InvoiceDocument is projected to a collection called "Invoice"). It would be useful to be able to specify the collection name explicitly, so it would be possible to project "InvoiceDocument" to a collection called "invoices" for example.