I have a Mongoose schema in NestJS like such:
... @Prop() casinoAmount: number; @Prop() gameHyperLink: string; @