Filter on a mongodb keys in aggregation
I have a document like below { "name" :{ "English": "AA", "Bengali": "BB", "Gujarati": "CC", "Hindi": "DD"} } can I filter it based on the keys e.g. need to filter only on 'English' and 'Hindi' so the output should be…