{
    "items": [    
       

        {
            "title": "Trending TV Shows",
            "type": "dir",
            "link": "trakt/shows/trending"
        },
        {
            "title": "Popular TV Shows",
            "type": "dir",
            "link": "trakt/shows/popular"
        },
        {
            "title": "Recommended TV Shows",
            "type": "dir",
            "link": "trakt/shows/recommended"
        },
        {
            "title": "Most Played TV Shows",
            "type": "dir",
            "link": "trakt/shows/played"
        },
        {
            "title": "Most Collected TV Shows",
            "type": "dir",
            "link": "trakt/shows/self/collected"
        },

        
        {
            "title": "User TV Shows Collection",
            "type": "dir",
            "link": "trakt/user/jetjet7171/collection/shows"
        },
        
        {
            "title": "User Watched Shows",
            "type": "dir",
            "link": "trakt/user/jetjet7171/watched/shows"
        },
        {
            "title": "User Watchlist",
            "type": "dir",
            "link": "trakt/user/jetjet7171/watchlist"
        },
        
        {
            "title": "User Shows Watchlist",
            "type": "dir",
            "link": "trakt/user/jetjet7171/watchlist/shows"
        },

        
        {
            "title": "Personal TV Shows Collection",
            "type": "dir",
            "link": "trakt/user/self/collection/shows"
        },
        {
            "title": "Personal Lists",
            "type": "dir",
            "link": "trakt/user/self/lists"
        },
        
        {
            "title": "Personal Show Recommendations",
            "type": "dir",
            "link": "trakt/recommendations/shows"
        },
        
        {
            "title": "Personal Watched Shows",
            "type": "dir",
            "link": "trakt/user/self/watched/shows"
        },
        {
            "title": "Personal Watchlist",
            "type": "dir",
            "link": "trakt/user/self/watchlist"
        },
        
        {
            "title": "Personal Shows Watchlist",
            "type": "dir",
            "link": "trakt/user/self/watchlist/shows"
        },

        {
            "title": "List Slug Test",
            "type": "dir",
            "link": "trakt/user/justin/list/imdb-top-rated-movies"
        }
    ]
}