Create API functionality for interfacing with the year.
Tasks for completion
Create Year model
Create Year Context
Create Year Store
Add functionality in the SongManager class for updating the song count for songs with the same year value
Update Song model to include Year Id
Place a foreign key constraint on the Song model that references the Year record
Create API functionality for interfacing with the year.
## Tasks for completion
1. Create Year model
2. Create Year Context
3. Create Year Store
4. Add functionality in the SongManager class for updating the song count for songs with the same year value
5. Update Song model to include Year Id
6. Place a foreign key constraint on the Song model that references the Year 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 interfacing with the year.
Tasks for completion