I have a Mongoose schema here:
const assetSchema = new mongoose.Schema({ symbol: String, amount: Number }) const userSchema = new mongoose.Schema({ u