{
  "home": {
    "rows": [
      {
        "id": "continue_watching",
        "type": "continue_watching",
        "title": "Continue Watching",
        "poster_orientation": "landscape",
        "requires_trakt": true
      },
      {
        "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_shows",
        "type": "trakt_list",
        "title": "Popular Shows",
        "poster_orientation": "landscape",
        "trakt_list": {
          "kind": "shows",
          "list_type": "builtin",
          "slug": "popular",
          "url": "https://trakt.tv/shows/popular"
        }
      },
      {
        "id": "director_collections",
        "type": "collection",
        "title": "Director Collections",
        "poster_orientation": "square",
        "items": [
          {
            "id": "nolan",
            "label": "Christopher Nolan",
            "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRgJ3FFKJRLbaG2TtVc60s-agyYeKw9XVjozz_T2jAje8X-J3E5mAfyWdN9655joT2vubzvKwxXBm3M6DAKmFYqmlRPlvWvtDAHeA6aiz10&s=10",
            "trakt_list": {
              "kind": "mixed",
              "list_type": "user",
              "user": "your_trakt_username",
              "slug": "christopher-nolan",
              "url": "https://trakt.tv/users/your_trakt_username/lists/christopher-nolan"
            }
          },
          {
            "id": "villeneuve",
            "label": "Denis Villeneuve",
            "image_url": "https://example.com/images/directors/villeneuve.jpg",
            "trakt_list": {
              "kind": "mixed",
              "list_type": "user",
              "user": "your_trakt_username",
              "slug": "denis-villeneuve",
              "url": "https://trakt.tv/users/your_trakt_username/lists/denis-villeneuve"
            }
          }
        ]
      }
    ]
  }
}
