package utils

/*
type Price struct {
	Price float64 `json:"price,omitempty" bson:"price,omitempty"`
	Currency string `json:"currency,omitempty" bson:"currency,omitempty"`
}
*/