I am trying to create a schema of a currency model like below :
const { Schema, model } = require("mongoose"); //My currencly model const currencyS