I have a mongoose schema that references another document with its ID:
const FilledSchema = new mongoose.Schema({ template_id: mongoose.SchemaTypes.ObjectId,