I\'m new in mongoDB, I have virtual field like this
videoSchema.virtual(\'playURL\').get(async function () { return await getVideoURLbyId(this.video_id, true)