I have a mongoose schema where I would like to add a unique constraint (and index) to a clone of the schema after it has been instantiated.
The reason I clone the sch