I want to make this type of array in mongodb
dishes: {dish1, dish2},
there should be multiple dishes in the dishes not just one so output looks like
"dishes":{ //dish one object, //dish two object, }
how do i do that. i am using mongodb as database and nodejs as server.