Notification plugin/extension for Strapi

Thanks @sunnyson that’s brilliant. What if I want to inform users through notification when a new post is created? in this case would it be appropriate to make a relationship with Notification collection with post and populate Notification whenever a post is created. Moreover add title of the post as Notification title when a new post is created. OR any other way??

Regards