For the AlbumStoreContext, ArtistStoreContext, GenreStoreContext, and YearStoreContext classes alter how the SongCount is retrieved. Instead of storing or retrieving a song count in the tables themselves, calculate the song counts. This would translate to not mapping the SongCount field to the database tables.
Affected tables
Artist
Album
Genre
Year
For the AlbumStoreContext, ArtistStoreContext, GenreStoreContext, and YearStoreContext classes alter how the SongCount is retrieved. Instead of storing or retrieving a song count in the tables themselves, calculate the song counts. This would translate to not mapping the SongCount field to the database tables.
### Affected tables
* Artist
* Album
* Genre
* Year
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.
For the AlbumStoreContext, ArtistStoreContext, GenreStoreContext, and YearStoreContext classes alter how the SongCount is retrieved. Instead of storing or retrieving a song count in the tables themselves, calculate the song counts. This would translate to not mapping the SongCount field to the database tables.
Affected tables