package model type Money struct { Currency string `bson:"currency" json:"currency"` Amount string `bson:"amount" json:"amount"` }