new Schema({
_id: String,
name: String,
type: String,
grup: String,
points: [{
date: String,
price: Number,
month: Number,
year: Number
}],
market: String,
inflation: Number,
inflationYears: Object
})
product.find({name: "Tom"}, (err, res) => {}