MongoDB – Count unread messages
I try to count unread messages for a user. On my model, I have a property, LastMessageDate that contains the date on the last created message in the group chat. I have also a Members property (list) that contains the…