Collection: whisky

{
    name: "Glenfiddich 15",
    age: 15,
    strength: 50.3,
    tasting_notes: [
        {
            user_name: "Derick",
            date: ISODate("2013-10-02"),
            note: "Caramel and honey, fruity with some hints of earth",
            likes: 17,
            rating: 3,
        }
    ]
}
Collection: user

{
    name: "Derick",
    country: "England",
}