Hi, I would like to make a notification system for my web app, but i don't really know how to start. I have a "posts" collection, and there is a mentions array in it. A user can put usernames in the array, and those usernames should be notified when a post has their username in the mentions array. How to do that?