diff --git a/Genre.md b/Genre.md index efb85cc..90e43cd 100644 --- a/Genre.md +++ b/Genre.md @@ -7,8 +7,7 @@ ```Json { "id" : 2, - "genre" : "Hip-Hop", - "song_count" : 2 + "genre" : "Hip-Hop" } ``` @@ -22,18 +21,15 @@ [ { "id" : 1, - "genre" : "Indie", - "song_count" : 1 + "genre" : "Indie" }, { "id" : 2, - "genre" : "Hip-Hop", - "song_count" : 2 + "genre" : "Hip-Hop" }, { "id" : 3, - "genre" : "Jazz", - "song_count" : 1 + "genre" : "Jazz" } ] ``` \ No newline at end of file