Add functionality in the SongManager class for updating the song count
Update Song model to include Genre Id
Place a foreign key constraint on the Song model that references the Genre record
Create API functionality for genres.
## Tasks for completion
1. Create Genre model
2. Create Genre Context
3. Create Genre Store
4. Add functionality in the SongManager class for updating the song count
5. Update Song model to include Genre Id
6. Place a foreign key constraint on the Song model that references the Genre record
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Create API functionality for genres.
Tasks for completion