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