Create Album model with the following structure:
## Album
| Property Name | Datatype |
| ------------- |:-------------:|
| Id<sup>*</sup> | Int |
| Title | String |
| AlbumArtist | String |
| SongCount | Int |
<sup>*</sup> Auto increments
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 Album model with the following structure:
Album
* Auto increments