{
  "home": {
    "rows": [
      {
        "id": "trending_movies",
        "type": "trakt_list",
        "title": "Trending Movies",
        "poster_orientation": "portrait",
        "trakt_list": {
          "kind": "movies",
          "list_type": "builtin",
          "slug": "trending",
          "url": "https://trakt.tv/movies/trending"
        }
      },
      {
        "id": "popular_movies",
        "type": "trakt_list",
        "title": "Popular Movies",
        "poster_orientation": "portrait",
        "trakt_list": {
          "kind": "movies",
          "list_type": "builtin",
          "slug": "popular",
          "url": "https://trakt.tv/movies/popular"
        }
      },
      {
        "id": "new_movies",
        "type": "trakt_list",
        "title": "New Movies",
        "poster_orientation": "portrait",
        "trakt_list": {
          "kind": "movies",
          "list_type": "user",
          "slug": "latest-4k-releases",
          "url": "https://trakt.tv/users/giladg/lists/latest-4k-releases"
        }
      }
    ]
  }
}
