**Task Overview:** 1. Add a notification field to the User Model. 2. Create an API for handling notifications. **Notification Details:** 1. When a user is mentioned in a post or comment, add the post ID to their notification field. 2. When a user follows another person and that person makes a new post, add the post ID to the user's notification field.
Task Overview:
Notification Details: