{
 "albums": {
  "href": "https://api.spotify.com/v1/search?query=Kanye+West+The+Life+Of+Pablo&type=album&market=US&offset=0&limit=5",
  "items": [
   {
    "album_type": "album",
    "artists": [
     {
      "external_urls": {
       "spotify": "https://open.spotify.com/artist/5K4W6rqBFWDnAN6FQUkS6x"
      },
      "href": "https://api.spotify.com/v1/artists/5K4W6rqBFWDnAN6FQUkS6x",
      "id": "5K4W6rqBFWDnAN6FQUkS6x",
      "name": "Kanye West",
      "type": "artist",
      "uri": "spotify:artist:5K4W6rqBFWDnAN6FQUkS6x"
     }
    ],
    "external_urls": {
     "spotify": "https://open.spotify.com/album/7gsWAHLeT0w7es6FofOXk1"
    },
    "href": "https://api.spotify.com/v1/albums/7gsWAHLeT0w7es6FofOXk1",
    "id": "7gsWAHLeT0w7es6FofOXk1",
    "images": [
     {
      "height": 640,
      "url": "https://i.scdn.co/image/5a8efefdba4562114d38e0deddd49635550f428c",
      "width": 640
     },
     {
      "height": 300,
      "url": "https://i.scdn.co/image/ace90c0861547d8e215e87b02c57a9d06cc196e9",
      "width": 300
     },
     {
      "height": 64,
      "url": "https://i.scdn.co/image/e57a2620d1e37e036dfca1ba3b20b3b312bc39b0",
      "width": 64
     }
    ],
    "name": "The Life Of Pablo",
    "release_date": "2016-06-10",
    "release_date_precision": "day",
    "total_tracks": 20,
    "type": "album",
    "uri": "spotify:album:7gsWAHLeT0w7es6FofOXk1"
   }
  ],
  "limit": 5,
  "next": null,
  "offset": 0,
  "previous": null,
  "total": 1
 }
}