Updated Genre (markdown)
+4
-8
@@ -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"
|
||||
}
|
||||
]
|
||||
```
|
||||
Reference in New Issue
Block a user