{
"books": [
     {
       "id": 1,
       “name”: “The Lord of the Rings”,
       “year”: 2003,
       “genre”: “sci-fi”
     },

     {
       "id": 2,
       “name”: “The Godfather”,
       “year”: 1983,
       “genre”: “crime”
     }
   ]
}