how to count every matches between two collection in mongodb
i have a collection of category and a collection of products, each product has a categoryId field that has an id of a perticular category. I want to know how many products are there for each category. const categorySchema =…