{"info":{"_postman_id":"79e339cc-c123-41db-85cb-6171781dcbe2","name":"AdSkate API Documentation","description":"<html><head></head><body><h2 id=\"documentation-of-the-api-endpoints-provided-by-adskate-please-note-the-endpoints-pre-fixed-with-sort-and-filter-are-for-custom-use-cases\">Documentation of the API endpoints provided by AdSkate. Please note: the endpoints pre-fixed with <code>sort</code> and <code>filter</code> are for custom use cases.</h2>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8050043","collectionId":"79e339cc-c123-41db-85cb-6171781dcbe2","publishedId":"SWTA9y7j","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-01-27T18:18:35.000Z"},"item":[{"name":"login","event":[{"listen":"prerequest","script":{"id":"1811c0b9-5f78-4257-b870-d2468c4d7fb0","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"2c454bfc-9e40-4ebe-9fb9-a22af7a0f293","exec":[""],"type":"text/javascript"}}],"id":"f95865d1-cad9-4176-bd51-ce37510044c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"your_username","type":"text"},{"key":"password","value":"your_password","type":"text"}]},"url":"{{adskate_url}}/web-page-analysis/api/login/","description":"<p>Login to the platform using provided <code>username</code> and <code>password</code> in order to receive a token.</p>\n","urlObject":{"path":["web-page-analysis","api","login",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[{"id":"8f9666c3-7ee4-4f37-943d-19c9bae45a1b","name":"Login_InvalidCredentials","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"guest","type":"text"},{"key":"password","value":"","type":"text"}]},"url":"{{adskate_url}}/web-page-analysis/api/login/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Aug 2019 04:34:32 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Length","value":"138"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Vary","value":"Accept,Origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"application_data\": {},\n    \"request_data\": {\n        \"token\": \"\",\n        \"username\": \"guest\",\n        \"message\": \"Invalid credentials\",\n        \"API version\": \"0.1\",\n        \"status_code\": 1\n    }\n}"},{"id":"e555f87a-4ea0-4d8c-afe5-a21c0ede3643","name":"Login_MissingCredentials","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"guest","type":"text","disabled":true},{"key":"password","value":"","type":"text","disabled":true}]},"url":"{{adskate_url}}/web-page-analysis/api/login/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Aug 2019 04:34:59 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Length","value":"153"},{"key":"Vary","value":"Accept,Origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"application_data\": {},\n    \"request_data\": {\n        \"token\": \"\",\n        \"status_code\": 1,\n        \"API version\": \"0.1\",\n        \"username\": null,\n        \"message\": \"Username and/or password not provided\"\n    }\n}"},{"id":"f2d475d2-1f94-47a8-9f22-506276a210f0","name":"Login_successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"guest","type":"text"},{"key":"password","value":"gpassword","type":"text"}]},"url":"{{adskate_url}}/web-page-analysis/api/login/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Aug 2019 04:29:14 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Length","value":"159"},{"key":"Vary","value":"Accept,Origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"application_data\": {},\n    \"request_data\": {\n        \"token\": \"1869be29a63ccd3323a7bea9918e9247a3bb64dfd\",\n        \"status_code\": 0,\n        \"API version\": \"0.1\",\n        \"username\": \"guest\",\n        \"message\": \"\"\n    }\n}"}],"_postman_id":"f95865d1-cad9-4176-bd51-ce37510044c3"},{"name":"retrieve_webpage_info","id":"c62cfbd4-95bd-4b48-83f5-5faa6f6ca58d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"input_resource_list","value":"","type":"text","description":"<p>comma separated list of URLs to be analyzed</p>\n","disabled":true},{"key":"file","type":"file","description":"<p>upload an xlsx, csv or txt file with the list of URLs to be analyzed; each URL should be listed on a new line</p>\n","value":null,"disabled":true},{"key":"pagination","value":"False","description":"<p>required only of the results need to be paginated; do not send this parameter if retrieveing data for the first time</p>\n","type":"text","disabled":true},{"key":"current_page","value":"0","type":"text","description":"<p>leave as default 0 if <code>pagination = False</code></p>\n","disabled":true},{"key":"per_page","value":"0","type":"text","description":"<p>leave as default 0 if <code>pagination = False</code></p>\n","disabled":true}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-webpage-info/","description":"<p>Analyze a given list of webpages for keywords, categories, brand safety factors and sentiments</p>\n","urlObject":{"path":["web-page-analysis","api","retrieve-webpage-info",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[{"id":"0645d22c-9ab8-4729-b42c-72b76cbb395e","name":"retrieve_webpage_info__inputFile","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"input_resource_list","value":"","type":"text","description":"comma separated list of URLs to be analyzed","disabled":true},{"key":"file","type":"file","description":"upload an xlsx, csv or txt file with the list of URLs to be analyzed; each URL should be listed on a new line","src":"/home/shreyas/Desktop/Adskate/autoblog_subset.xlsx"},{"key":"pagination","value":"False","description":"required only of the results need to be paginated; do not send this parameter if retrieveing data for the first time","type":"text","disabled":true},{"key":"current_page","value":"0","type":"text","description":"leave as default 0 if `pagination = False`","disabled":true},{"key":"per_page","value":"0","type":"text","description":"leave as default 0 if `pagination = False`","disabled":true}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-webpage-info/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 18:12:09 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept,Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"156"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_data\": {\n        \"username\": \"admin\",\n        \"API version\": \"0.1\",\n        \"status_code\": 0,\n        \"message\": \"Your request is being processed\",\n        \"job_id\": 360,\n        \"job_name\": \"analysis_360\"\n    }\n}"},{"id":"850a33f1-e60a-46b8-bba0-6866e606493b","name":"retrieve_webpage_info__inputURLs","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"input_resource_list","value":"https://www.autoblog.com/2019/06/25/gm-4-billion-upgrade-assembly-lines-pickups-suvs/, https://www.autoblog.com/2019/05/22/gm-digital-vehicle-platform-ota/\n","type":"text","description":"comma separated list of URLs to be analyzed"},{"key":"file","type":"file","description":"upload an xlsx, csv or txt file with the list of URLs to be analyzed; each URL should be listed on a new line","value":null,"disabled":true},{"key":"pagination","value":"False","description":"required only of the results need to be paginated; do not send this parameter if retrieveing data for the first time","type":"text","disabled":true},{"key":"current_page","value":"0","type":"text","description":"leave as default 0 if `pagination = False`","disabled":true},{"key":"per_page","value":"0","type":"text","description":"leave as default 0 if `pagination = False`","disabled":true}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-webpage-info/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 18:14:18 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept,Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"156"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_data\": {\n        \"username\": \"admin\",\n        \"API version\": \"0.1\",\n        \"status_code\": 0,\n        \"message\": \"Your request is being processed\",\n        \"job_id\": 361,\n        \"job_name\": \"analysis_361\"\n    }\n}"}],"_postman_id":"c62cfbd4-95bd-4b48-83f5-5faa6f6ca58d"},{"name":"retrieve_domain_info","id":"bb38d3bb-9968-4c7f-b495-d4a155f22604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"input_resource_list","value":"","type":"text","description":"<p>comma separated list of URLs to be analyzed</p>\n"},{"key":"file","type":"file","description":"<p>upload an xlsx, csv or txt file with the list of domains to be analyzed; each domain should be listed on a new line</p>\n","value":null},{"key":"pagination","value":"False","description":"<p>required only of the results need to be paginated; do not send this parameter if retrieveing data for the first time</p>\n","type":"text","disabled":true},{"key":"current_page","value":"0","type":"text","description":"<p>leave as default 0 if <code>pagination = False</code></p>\n","disabled":true},{"key":"per_page","value":"0","type":"text","description":"<p>leave as default 0 if <code>pagination = False</code></p>\n","disabled":true}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-domain-info/","description":"<p>Analyze a given list of domains for keywords, categories, brand safety factors and sentiments. In the current version, this query derives results for a domain, based on webpages from that domain that have been previously analyzed using <code>retrieve_webpage_info</code></p>\n","urlObject":{"path":["web-page-analysis","api","retrieve-domain-info",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[{"id":"7adbede3-83f1-42ea-91d0-7075c8444caf","name":"retrieve_domain_info__inputDomainList","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"input_resource_list","value":"cnn, nytimes, autoblog","type":"text","description":"comma separated list of URLs to be analyzed"},{"key":"file","type":"file","description":"upload an xlsx, csv or txt file with the list of domains to be analyzed; each domain should be listed on a new line","value":null,"disabled":true},{"key":"pagination","value":"False","description":"required only of the results need to be paginated; do not send this parameter if retrieveing data for the first time","type":"text","disabled":true},{"key":"current_page","value":"0","type":"text","description":"leave as default 0 if `pagination = False`","disabled":true},{"key":"per_page","value":"0","type":"text","description":"leave as default 0 if `pagination = False`","disabled":true}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-domain-info/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 19:35:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"154"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Accept,Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_data\": {\n        \"username\": \"guest\",\n        \"API version\": \"0.1\",\n        \"status_code\": 0,\n        \"message\": \"Your request is being processed\",\n        \"job_id\": 60,\n        \"job_name\": \"analysis_60\"\n    }\n}"}],"_postman_id":"bb38d3bb-9968-4c7f-b495-d4a155f22604"},{"name":"retrieve_youtube_info","id":"4a2a08f9-001a-4609-800d-7592d6201ba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"input_resource_list","value":"","type":"text","description":"<p>comma separated list of youtube video URLs to be analyzed</p>\n"},{"key":"file","type":"file","description":"<p>upload an xlsx, csv or txt file with the list of youtube video URLs to be analyzed; each URL should be listed on a new line</p>\n","value":null,"disabled":true},{"key":"paginaton","value":"False","description":"<p>required only of the results need to be paginated; do not send this parameter if retrieveing data for the first time</p>\n","type":"text","disabled":true},{"key":"current_page","value":"0","description":"<p>leave as default 0 if <code>pagination = False</code></p>\n","type":"text","disabled":true},{"key":"per_page","value":"0","description":"<p>leave as default 0 if <code>pagination = False</code></p>\n","type":"text","disabled":true}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-youtube-info/","description":"<p>Analyze a given list of youtube URLs for keywords, categories, brand safety factors.</p>\n","urlObject":{"path":["web-page-analysis","api","retrieve-youtube-info",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[{"id":"29bb4aa8-e504-4118-91da-33a888c999c4","name":"retrieve_youtube_info__inputVideoList","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"input_resource_list","value":"https://www.youtube.com/watch?v=AQ9_tuTxEqU, https://www.youtube.com/watch?v=dU8OsRYlkms","type":"text","description":"comma separated list of youtube video URLs to be analyzed"},{"key":"file","type":"file","description":"upload an xlsx, csv or txt file with the list of youtube video URLs to be analyzed; each URL should be listed on a new line","value":null,"disabled":true},{"key":"paginaton","value":"False","description":"required only of the results need to be paginated; do not send this parameter if retrieveing data for the first time","type":"text","disabled":true},{"key":"current_page","value":"0","description":"leave as default 0 if `pagination = False`","type":"text","disabled":true},{"key":"per_page","value":"0","description":"leave as default 0 if `pagination = False`","type":"text","disabled":true}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-youtube-info/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 19:37:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"154"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Vary","value":"Accept,Origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_data\": {\n        \"username\": \"guest\",\n        \"API version\": \"0.1\",\n        \"status_code\": 0,\n        \"message\": \"Your request is being processed\",\n        \"job_id\": 61,\n        \"job_name\": \"analysis_61\"\n    }\n}"}],"_postman_id":"4a2a08f9-001a-4609-800d-7592d6201ba4"},{"name":"retrieve_app_info","id":"49b0d510-9ca1-4ee0-8830-2f44c283f447","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"input_resource_list","value":"","type":"text","description":"<p>comma separated list of app IDs to be analyzed</p>\n"},{"key":"file","type":"file","description":"<p>upload an xlsx, csv or txt file with the list of app IDs to be analyzed; each app ID should be listed on a new line</p>\n","value":null,"disabled":true},{"key":"pagination","value":"False","description":"<p>required only of the results need to be paginated; do not send this parameter if retrieveing data for the first time</p>\n","type":"text","disabled":true},{"key":"per_page","value":"0","type":"text","description":"<p>leave as default 0 if <code>pagination = False</code></p>\n","disabled":true},{"key":"current_page","value":"0","type":"text","description":"<p>leave as default 0 if <code>pagination = False</code></p>\n","disabled":true}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-app-info/","description":"<p>Analyze a given list of apps, identifed by their respective app IDs for keywords, categories, brand safety factors. In the current version apps from the playstore and the apple app store are supported.</p>\n","urlObject":{"path":["web-page-analysis","api","retrieve-app-info",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49b0d510-9ca1-4ee0-8830-2f44c283f447"},{"name":"retrieve-buildddata-info","id":"28ec6f13-506d-48ff-8f4a-44186599f3a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"keywords","value":"","type":"text","description":"<p>comma separated list of keywords to be used for the query; keywords are typically well-defined entities like a brand name, a person etc. Please use the <code>retrieve_all_keywords</code> endpoint for a list of keywords</p>\n"},{"key":"categories","value":"","type":"text","description":"<p>comma separated list of categories to be used for the query; these are broader entities compared to keywords such as <code>automotive</code>, <code>business</code>. Please refer to <code>retrieve_all_categories</code> endpoint for a list of categories</p>\n"},{"key":"brand_safety_parameters","value":"","type":"text","description":"<p>comma separated list of brand safety factors to be used for the query; the results will be 'safe' with respect to these factors. Please refer to <code>retrieve_all_brandsafetyfactors</code> endpoint for a list of factors</p>\n"},{"key":"youtube_minlikes","value":"","type":"text","description":"<p>return only youtube videos with more than <code>youtube_minlikes</code> likes</p>\n"},{"key":"youtube_maxdislikes","value":"","type":"text","description":"<p>return only youtube videos with fewer than <code>youtube_maxdislikes</code> dislikes</p>\n"},{"key":"youtube_minviews","value":"","type":"text","description":"<p>return only youtube videos with more than <code>youtube_minviews</code> views</p>\n"},{"key":"youtube_maxviews","value":"","type":"text","description":"<p>return only youtube videos with fewer than <code>youtube_maxviews</code> views</p>\n"},{"key":"query_webpage_bool","value":"","type":"text","description":"<p>set to 1 if webpages are required in the query result; set to 0 otherwise</p>\n"},{"key":"query_domain_bool","value":"","type":"text","description":"<p>set to 1 if domains are required in the query result; set to 0 otherwise</p>\n"},{"key":"query_youtube_bool","value":"","type":"text","description":"<p>set to 1 if youtube videos are required in the query result; set to 0 otherwise</p>\n"},{"key":"query_app_bool","value":"","type":"text","description":"<p>set to 1 if apps are required in the query result; set to 0 otherwise</p>\n"},{"key":"pagination","value":"False","description":"<p>required only of the results need to be paginated; do not send this parameter if retrieveing data for the first time</p>\n","type":"text","disabled":true},{"key":"current_page","value":"0","type":"text","disabled":true},{"key":"data_type","value":"webpage","description":"<p>for advanced use case only, when accessing db cache; not required for standard use cases</p>\n","type":"text","disabled":true},{"key":"per_page","value":"0","type":"text","disabled":true},{"key":"domain","value":"","description":"<p>domain to which the URLs should belong</p>\n","type":"text"}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-builddata-info/","description":"<p>Query adskate's database for webpages, domains, youtube videos and apps that satisfy the given query parameters.</p>\n","urlObject":{"path":["web-page-analysis","api","retrieve-builddata-info",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[{"id":"31d67690-7c25-42e5-8c96-799a19976148","name":"retrieve-buildddata-info__buildAutomotiveCategory","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"keywords","value":"sports, cnn","type":"text"},{"key":"categories","value":"Automotive","type":"text"},{"key":"brand_safety_parameters","value":"Crime, Accidents, negative news","type":"text"},{"key":"youtube_minlikes","value":"50","type":"text"},{"key":"youtube_maxdislikes","value":"5","type":"text"},{"key":"youtube_minviews","value":"10","type":"text"},{"key":"youtube_maxviews","value":"100","type":"text"},{"key":"query_webpage_bool","value":"1","type":"text"},{"key":"query_domain_bool","value":"1","type":"text"},{"key":"query_youtube_bool","value":"1","type":"text"},{"key":"query_app_bool","value":"1","type":"text"},{"key":"pagination","value":"True","description":"upload an xlsx, csv or txt file with the list of domains to be analyzed; each URL should be listed on a new line","type":"text","disabled":true},{"key":"current_page","value":"0","type":"text","disabled":true},{"key":"data_type","value":"webpage","description":"for advanced use case only, when accessing db cache; not required for standard use cases","type":"text","disabled":true},{"key":"per_page","value":"20","type":"text","disabled":true}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-builddata-info/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Nov 2019 06:31:14 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Length","value":"1136185"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Allow","value":"OPTIONS, POST"},{"key":"Vary","value":"Accept,Origin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"application_data\": {\n        \"build_query_parameters\": {\n            \"youtube_numlikes\": null,\n            \"youtube_maxviews\": \"100\",\n            \"youtube_minviews\": \"10\",\n            \"brand_safety\": [\n                \"Crime\",\n                \"Accidents\",\n                \"negative news\",\n                \"Crime\",\n                \"AdSkate_Crime\",\n                \"Accidents\",\n                \"AdSkate_Accidents\",\n                \"Negative_News\",\n                \"AdSkate_Negative_News\"\n            ],\n            \"query_domain_bool\": \"1\",\n            \"tier2categories\": [\n                \"Automotive\"\n            ],\n            \"query_app_bool\": \"1\",\n            \"keywords\": [\n                \"sports\",\n                \"cnn\"\n            ],\n            \"query_youtube_bool\": \"1\",\n            \"tier1categories\": [\n                \"Automotive\"\n            ],\n            \"query_webpage_bool\": \"1\",\n            \"youtube_numdislikes\": null\n        },\n        \"response\": {\n            \"total_count\": 42,\n            \"current_page\": 0,\n            \"status_code\": 0,\n            \"summary\": [\n                {\n                    \"summary\": {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 1,\n                                \"item\": \"Tobacco\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 6,\n                                \"item\": \"Alcohol\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Weapons\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 0.4261715844284652,\n                                \"item\": \"local news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.65959112486875,\n                                \"item\": \"automotive\",\n                                \"total\": 152\n                            },\n                            {\n                                \"score\": 1.0805460097321944,\n                                \"item\": \"desserts and baking\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 1.9859165352836492,\n                                \"item\": \"children's literature\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 12.361897332344975,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 21\n                            },\n                            {\n                                \"score\": 2.830540950276165,\n                                \"item\": \"computing\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0.9852315976354022,\n                                \"item\": \"skiing\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 9.508148004634405,\n                                \"item\": \"dash cam videos\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 2.701549033565833,\n                                \"item\": \"field hockey\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 1.6779904664759584,\n                                \"item\": \"rugby\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 12.035654735845334,\n                                \"item\": \"auto technology\",\n                                \"total\": 21\n                            },\n                            {\n                                \"score\": 1.1803405572755419,\n                                \"item\": \"beach volleyball\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6522928282388917,\n                                \"item\": \"weightlifting\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 11.058955516411096,\n                                \"item\": \"industries\",\n                                \"total\": 19\n                            },\n                            {\n                                \"score\": 35.53550968952491,\n                                \"item\": \"auto repair\",\n                                \"total\": 59\n                            },\n                            {\n                                \"score\": 0.6522928282388917,\n                                \"item\": \"badminton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9736842105263157,\n                                \"item\": \"news and politics\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 5.287822761231842,\n                                \"item\": \"college sports\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 29.929494542849277,\n                                \"item\": \"auto recalls\",\n                                \"total\": 49\n                            },\n                            {\n                                \"score\": 5.322099538324008,\n                                \"item\": \"australian rules football\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 7.4708047545331935,\n                                \"item\": \"american football\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 0.4653401797175867,\n                                \"item\": \"boxing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.94160691059501,\n                                \"item\": \"sports\",\n                                \"total\": 106\n                            },\n                            {\n                                \"score\": 53.46045024070855,\n                                \"item\": \"auto racing\",\n                                \"total\": 87\n                            },\n                            {\n                                \"score\": 0.904236379169714,\n                                \"item\": \"tennis\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.7527270325225137,\n                                \"item\": \"food\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0.4653401797175867,\n                                \"item\": \"martial arts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.191988318351776,\n                                \"item\": \"news\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 2.084414311419229,\n                                \"item\": \"national news\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.42530150053732774,\n                                \"item\": \"baseball\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.6721810227903198,\n                                \"item\": \"dining out\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 41.78520280430833,\n                                \"item\": \"auto type\",\n                                \"total\": 69\n                            },\n                            {\n                                \"score\": 1.0233596585665825,\n                                \"item\": \"international news\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 13.074303867359133,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 0.5890910044034389,\n                                \"item\": \"basketball\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 18.385511622170498,\n                                \"item\": \"auto shows\",\n                                \"total\": 31\n                            },\n                            {\n                                \"score\": 12.29273349632545,\n                                \"item\": \"business\",\n                                \"total\": 21\n                            },\n                            {\n                                \"score\": 1.2071875853596377,\n                                \"item\": \"movies\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5992158592628681,\n                                \"item\": \"comics and graphic novels\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6222987437896353,\n                                \"item\": \"scooters\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.1352290370837455,\n                                \"item\": \"travel books\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 12.82794202242792,\n                                \"item\": \"technology\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 1.675542013412382,\n                                \"item\": \"walking\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 60.083527775254375,\n                                \"item\": \"auto parts\",\n                                \"total\": 97\n                            },\n                            {\n                                \"score\": 10.920691785473752,\n                                \"item\": \"motorcycles\",\n                                \"total\": 19\n                            },\n                            {\n                                \"score\": 1.7190469968161295,\n                                \"item\": \"soccer\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 11.0189632242472,\n                                \"item\": \"consumer electronics\",\n                                \"total\": 19\n                            },\n                            {\n                                \"score\": 7.538656213695947,\n                                \"item\": \"fishing sports\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 6.463701907067716,\n                                \"item\": \"auto insurance\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 3.8814080412904963,\n                                \"item\": \"literature\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 0.6565958331168493,\n                                \"item\": \"golf\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 13.984802084195639,\n                                \"item\": \"olympic sports\",\n                                \"total\": 25\n                            },\n                            {\n                                \"score\": 1.895491506006847,\n                                \"item\": \"art and photography books\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 1.1454189489800752,\n                                \"item\": \"rowing\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 1.2097622802817884,\n                                \"item\": \"politics\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 1.1427261664633637,\n                                \"item\": \"cycling\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 4.527039805632332,\n                                \"item\": \"water polo\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 13.579235950668886,\n                                \"item\": \"auto safety\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0.6125627673423842,\n                                \"item\": \"virtual reality\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.051889906063312,\n                                \"item\": \"disabled sports\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0.48219192559712537,\n                                \"item\": \"ice hockey\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6522928282388917,\n                                \"item\": \"gymnastics\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.1021882733492414,\n                                \"item\": \"law\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.165670921963983,\n                                \"item\": \"table tennis\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.42976039777102065,\n                                \"item\": \"science\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.4609956514585183,\n                                \"item\": \"hunting and shooting\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 6.588150528924517,\n                                \"item\": \"track and field\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 5.543193492326596,\n                                \"item\": \"fantasy sports\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 5.821187883872409,\n                                \"item\": \"economy\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 12.232659307261573,\n                                \"item\": \"extreme sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 15.813564937370709,\n                                \"item\": \"car culture\",\n                                \"total\": 26\n                            },\n                            {\n                                \"score\": 1.144051633676063,\n                                \"item\": \"sailing\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 86.91321182434592,\n                                \"item\": \"auto body styles\",\n                                \"total\": 137\n                            },\n                            {\n                                \"score\": 5.484719103168447,\n                                \"item\": \"equine sports\",\n                                \"total\": 10\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 0.6445329718769284,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ivan espinosa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.987378683380306,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4477212429046631,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-6\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 8.56226323503957,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5576693458216531,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 0.43361244019138756,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8602360486984253,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"570gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6568359807664742,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.749712347984314,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taycan electric car\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.40899938475306225,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"central nervous system\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.577007380460101,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hemi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6570851198880784,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider classica first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5487966146522085,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"datsun\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6099692146922175,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.791480302810669,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mazda suvs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5977013656371092,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8718140125274658,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"urus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.43368642412562824,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bridgestone\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5779666557698594,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.901875913143158,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north face rolling thunder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5971880741381174,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8515431880950928,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. government\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5125684935943107,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9017868041992188,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fiata classica\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3118507925064486,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5556785464286804,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camry\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.6470618670046953,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"macan turbo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4108312627061215,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lanewatch\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5012843363388552,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"johnson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5829585123523093,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"duramax\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3658241427580884,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7816658020019531,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zf\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6578947368421053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 audi q3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6575687235929268,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ann arbor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5459788949334732,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-600\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5579613590939374,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harley\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.587246658469837,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ecosport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4248764077028787,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rancho\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6498470948012232,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lancer 2.4 awd first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.4704153698757096,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3939701517422994,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincolns\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 1.2537122438282868,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6773869395256042,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sport\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6475225225225226,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"levorg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5520587597277583,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-6s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.368402265912815,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.536271292429704,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motortrend\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 0.5440774161937039,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"munich\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6571290306772518,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"waku waku\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3395766201217329,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8786090612411499,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zondas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6282734849402862,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trevi fountain\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6574895294407489,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9825451374053956,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln corsair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4931261207411835,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"paddle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6537318793261068,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5518906109232397,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9822077751159668,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5210526315789474,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aventador svj roadster\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.250902926983801,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3648817539215088,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elon musk\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6571531220335407,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3597758529489553,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aldred\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6486865125823806,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taurus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.891552525853117,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9477722644805908,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michael lanza\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.6242322592837568,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rs 2 avant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3825818964372061,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7665990591049194,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"django_settings_module\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6509255129348794,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"woodward\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.314954907054854,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.38899581134319305,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 1.5776411718324015,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6102179487546285,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bentley\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.6566779155039263,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9009148478507996,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blazer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.968158274981147,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7230781118075053,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g70\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.6570811148573884,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.39244774700216584,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7284306287765503,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5917223790752184,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"swiss-army\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 4.070326531261996,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4410834865910666,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 0.3881890745821901,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 f-series super duty truck lineup\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5992831440982902,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7565262913703918,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"galen rupp\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6043228513676023,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8301303386688232,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fia formula e championship series\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6246549797363707,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"piazza\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6568411975985788,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6036072660928886,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-series\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6472146274777856,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8602360486984253,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mclaren\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5598775313655058,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"justin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4588925270164659,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"annie proulx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.206167344636265,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3370627611875534,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ogbac\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.634315470655437,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ubuntu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.39665150725598874,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jonny lieberman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6571051842026308,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9502999186515808,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"es\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.107951819921391,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6707712411880493,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apple carplay\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5763987671882409,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent back-2-back test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6574854965230942,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.823422908782959,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5554412498819467,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 versa s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3732522380474583,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9203564524650574,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt2 rs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6360518491471494,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7978091239929199,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jim hackett\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4877880102086345,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra hds\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.655241935483871,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd review - long-term update 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.631578947368421,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aventador svj 63 roadster\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.751452074459965,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5823695957660675,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"toyota\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 1.3141920123509252,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon graphite performance edition\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5478323635722472,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"240z\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.656890623995887,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4653401797175867,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5404896113259487,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-53\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.2315019328449959,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2 series gran coupe\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6296317544309606,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"80\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.33167371128593137,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x7 xdrive40i first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5611550828592629,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8948080539703369,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"waze\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5957418672308913,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark reuss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6059467290609568,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9762786030769348,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"intelligent mobility\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5769776434566859,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8239728212356567,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"franz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6423048141681217,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-series super duty tremor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6574905252810079,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grand cherokee trackhawk vs. alfa romeo stelvio quadrifoglio vs. mercedes-amg glc 63 coupe vs. range rover sport svr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3405067638976961,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator rubicon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6551397337565019,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"z\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3858214461387113,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b250e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3595143147360897,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9568665027618408,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"laguna seca\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.34572622150050425,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"golf sportwagen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5683153195488722,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6394266444055758,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6387945670628183,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra 1500 duramax first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5229315906058525,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider abarth\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5955712928127886,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sync 3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6483553440002071,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7210507392883301,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"svr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1016459668142,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6436373233795166,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0.9480703039077207,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9367015957832336,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robert meier\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.4557668208983998,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1960473358631134,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mopar gladiator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6400749949327748,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 legacy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5003591484915764,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elantra gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.6377099224361544,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7034041086832682,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corolla\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.5560544536415222,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"idaho conservation league\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.38220161237464767,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-53/59\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4103479036574487,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8918119668960571,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc yukon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5699422002942057,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"google\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5779666557698594,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8371579051017761,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north face\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3863891827558847,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.12146678566932678,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carbonpro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6561776364849484,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4497827991871283,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ian\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.149938352059894,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5842005213101705,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mazda\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 0.6557360716278328,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apache\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.602111856274652,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.6371324941809223,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"personal plus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.8324754076433285,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7397436797618866,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"etorque\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.2045851379277606,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7262887239456177,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0.6574862080686066,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln nautilus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5254825764605227,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7066547632217407,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vw\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0.6298219192559713,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7105832099914551,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4771313267193543,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.08787000179290771,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jonny\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.9729761207412355,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7300954461097717,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"markus\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 9.3354595630263,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6225786964098613,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nissan\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 1.13665862517877,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6512759625911713,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"spotify\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.47186126951481716,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.14606112241744995,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kong\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.2161151557923977,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mercedes\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6121238972648257,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"meier\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.529669254396765,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8856803774833679,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brady\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.6232147831582897,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7077628175417582,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"christian seabaugh\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 1.2414589097618667,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.35028548538684845,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"supra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5861367686468693,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9625744223594666,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nissan motor co., ltd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6563519079109771,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scat pack\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.045640152809746,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5854783430695534,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bose\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 1.697023238882582,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.739395538965861,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c8\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.5142405063291139,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harley-davidson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6495483110761979,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9335104823112488,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.027170989899182,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.36813516914844513,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru outback\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6445276176306491,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wsgi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6558807733619765,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"3500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5360131778208772,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7832663059234619,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hitchhiker's guide to python\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6488403978735239,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sport svr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.44302045336112555,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pajeros\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.2077727075801994,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"911\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6125627673423842,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the web server gateway interface\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6273142025919068,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 ram 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5917926180012149,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"phantom\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.49737920068989677,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tom wolfe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3795139965607645,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"holbrook\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6555324577152037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"600-hp wagon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.4711074523009424,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.623837411403656,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"infiniti\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.6263059945148232,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8246889710426331,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bowtie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.3141162469989511,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"countryman\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.38226606699862575,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.747056782245636,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"prograde trailering system\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.548818407960199,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.19293373823165896,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti s209 a\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.38456805316268766,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7507350444793701,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bear attacks: their causes and avoidance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6574834498098209,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini countryman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6200483655554261,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2354387044906616,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fords\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.656890623995887,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator mopar truck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6314593007463362,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"angeles crest\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9450162450533515,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8593621651331583,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"navigator\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.6574834498098209,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini countryman s all4 first test review mini\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.606665228645384,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zr2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.9203056491312247,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3399883657693863,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark rechtin\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6248203365912297,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8013237714767456,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ps4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3616685836671558,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"saikiran nuli\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5882186848084614,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4910720173020876,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pccb carbon-ceramic brakes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.47894864774966106,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sebastien buemi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5157375656715009,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gordon dickie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4261715844284652,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.968916654586792,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national parks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6472942174166534,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outbacks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.648867455892874,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"amg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6116723085879384,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6568744286273998,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6105524356797702,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"veloster\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5025948836234011,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"joe johnson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5853767942583733,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"i3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6267116787331545,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2043669819831848,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motortrend garage\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5552156423708293,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8948080539703369,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"amazon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6072874493927125,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9893913269042968,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"3 sedan premium interior\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6538519588606914,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"genesis g90\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 4.994276019927601,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.619382256269455,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apple\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0.4059350503919373,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7527228593826294,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"biermann\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6498105056201576,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"range rover\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5976870991678592,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multiair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5308976453245149,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.940646469593048,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"syrian democratic forces\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.641454106384355,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln continental awd black label 3.0\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.45543315479161894,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"accent\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6249130941636376,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.621881694189105,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent limited\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6404653725292814,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"imk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.1865351735226126,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x1\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6461617989144481,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ariya suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9172625368835854,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5655299127101898,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harman kardon\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.4497827991871283,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ian griffiths\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.47626526097287847,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"endurance long sleeve\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4009557475778999,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"911 carrera s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5275011853959223,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 ascent\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6205426511016373,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"white house\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5429952780135824,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2587205171585083,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iphone\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6528377725866861,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8134868144989014,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"starlink\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5224845104513346,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7469571828842163,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"7.1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.46016365770351714,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bentley continental gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5814726209463051,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the 2019 gmc sierra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6550596819554426,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"telluride comparison review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2163486367515737,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5800523459911346,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volkswagen\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.656890623995887,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator mopar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6561100105298853,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.3141597712207453,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6555046439170837,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.4159067222511725,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"skype\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3931859736189108,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 4wd high country crew cab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.37565590713944985,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lusso\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6572065624311826,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8212368488311768,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman cooper s all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4195111914623781,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s grade\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.490217019822283,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vbox\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6181150550795594,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8246913552284241,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette stingray first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.7935857823975052,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"twitter\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 6.749070272932556,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5777633214990298,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"audi\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 1.1021708509897195,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6172917187213898,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x2\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.38232195929423274,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.14526665210723877,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bdc supra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.509000997116447,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1733117401599884,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"@bicyclelobby\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5445860916300715,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-750\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6531375976094494,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8896876573562622,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"joey london\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5669317989507532,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pandora\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.1245934282034742,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5546105057001114,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrangler\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6570721627775364,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"countryman s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6540583779548126,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc sierra denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5537757437070937,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"base camp duffel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.632058521560575,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9263138771057128,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national highway transportation safety administration\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.46537715255881634,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.19735243916511536,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"walmart\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.944695035429662,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"genesis\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.6542568327922288,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stelvio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6349011521340665,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.839981394836201,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6367671291033427,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tokyo motor show\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0.5239402417779655,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"solstice\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6263532982115153,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.971095085144043,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 x5 first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.34078947368421053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7902586460113525,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"urus suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6564981071560019,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9305102229118348,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model 3 long range first test tesla\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4102013000629063,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"all-star\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.812560999624943,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5808763980865479,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gm\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0.6573556997779167,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"740e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.38465950055712134,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-650/750\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.39282942422289163,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8554913997650146,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"buick\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5473523421588595,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national highway traffic safety administration\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.2127925855770532,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7137622833251953,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln navigator\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5484380773900649,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.26739072799682617,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"justin bieber\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5014083772364509,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michigan economic development corporation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.36946646410252554,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iphone xr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.0932333897470827,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.775786280632019,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"clubman s\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5984552222323274,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6786346435546875,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hellcat widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5731697358213221,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cooper s e countryman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5617913089073867,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sohc 6.2-liter v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6567954268705183,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aviator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6077163247100802,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6573062800112984,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mitsu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.2150224086195853,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8100063800811768,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mopar\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5947793619367783,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ioniq\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6509255129348794,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"woodward dream cruise\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4399175649968294,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5115247134229015,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mary barra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5217327771726135,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.655146098226643,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8811882720284334,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.541083832581838,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 2500\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.6111948613751065,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"super duty truck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6055876297887576,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7477777600288391,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dow jones\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.42698722382450044,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.968916654586792,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chimani\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.552043231625199,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"imx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5940257976917855,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8065400123596191,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cullinan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5880729517841324,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gearon hooks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6571506990648271,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon graphite performance edition first test review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4276641318784343,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot sport 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6470618670046953,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"macan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5851809251840981,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5488124226306267,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2017 tokyo motor show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.3041570106847773,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7343672811985016,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nautilus\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6277501750862217,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.904327630996704,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"starburst grille\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4578558335201572,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rolls-royce flying spur\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6561776364849484,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne e-hybrid compares to our 2011 suv of the year\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5263393025093112,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.236836701631546,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4790383626317108,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9384603500366212,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"goodyear eagles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6578947368421053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 ford escape hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6578947368421053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blue bird\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2488370619067277,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6645413041114807,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mercedes-benz\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0.4797817715019255,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8111279010772705,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cortina\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.36102294439970317,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camry xle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.2422134508717155,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5428459256887436,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mitsubishi\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 2.615006609483179,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6015976369380951,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the big outside\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.9463063566576093,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6653269231319427,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"panameras\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.45216976071797693,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"918 spyder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.4920239803944864,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6503224968910217,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xt6\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.5589804931910195,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.11344441771507265,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia proving grounds\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6211667837458121,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9263138771057128,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"insurance institute of highway safety\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4138233903114655,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9660386443138124,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"detroit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6570510657253547,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rs 6 avant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5847953216374269,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hybrid i8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.244668943760027,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.564160905778408,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nhtsa\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.6545154228593282,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taycan foot\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 4.4811939750872405,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"porsche\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 0.5986165606819105,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8144779801368713,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pure\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6570851198880784,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6572288514809291,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8067173361778259,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"land rover defender\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.654874624526577,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elantra sport comparison test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3308251167618059,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9904773235321044,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pfg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5757608709979306,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8395589590072632,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of washington\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.35816335936162647,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.915718674659729,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"techamphibian 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4049744897959183,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"keystone montana\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.2873653066914916,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7934853732585907,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5041582070904265,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the wilderness act of 1964\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.40953559458788485,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"transportation mobility cloud™\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.41947947826555637,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.819846510887146,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"margaret atwood\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5379064907927387,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multiair ii\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6567753243098021,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"formula e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.43040463349185687,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"debian\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4670864527293932,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1471497118473053,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sr-39\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5722271304031493,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7924466133117676,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sonoma\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.629918305558093,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8916999101638794,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"altima s awd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.592853621172369,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7089446783065796,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"costco\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4367748965769246,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.968916654586792,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ebird\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6429425837320574,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6305642838439381,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s-series cars\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6002877995560739,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8718140125274658,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang shelby gt350\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6102088641225119,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7582641839981079,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"juke\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5660451858425716,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.767410159111023,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volvos\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5136508698415994,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape 2.0t\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3508116819307417,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru forester\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6314829043411448,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v first look\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.9625830902053675,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3846627473831177,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"siriusxm\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.3806216139770675,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia telluride\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4726792558661307,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.17838740348815918,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"benson kong\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5425727104160994,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9509800672531128,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"loh\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.6854816168212166,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5832210977872213,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"awd\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.4530720867793683,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yaris\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6570811148573884,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.981431970783759,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0.6425526579739218,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7656641006469727,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.1016590669913713,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"turbo\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.657482728615125,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 1500 laramie sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4249074964117825,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8197879195213318,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north face litewave\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6226243140510879,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rav4 hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6375474769397721,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback first\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8670029058086657,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5754088163375854,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"general motors\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.5246001161378874,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pontiac\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5160299729686755,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20194780826568604,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b400 six-speed automatic\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4964191608675089,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2429501712322235,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fwd accord 2.0t\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.9591238945296063,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"miata club\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 4.710809815666669,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5877075261539884,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"epa\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 2.1981315143235074,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.580773189663887,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"explorer\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.6105524356797702,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"veloster n\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.42530150053732774,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8729205131530762,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"new york yankees\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.0892012099185833,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5518717169761658,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6568908282914816,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra hd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5060162527153288,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"62 sedanette\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6195034501420646,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"black label grand touring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5144507724535219,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti type ra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.578925806938485,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.30074816942214966,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s90\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6571510728592392,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2518048882484436,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2500 power wagon review - long-term update 6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.0366345944205535,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3399883657693863,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"angus mackenzie\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6570015200925048,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger scat pack widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.565419573028958,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"teslas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5059660019614253,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8613139986991882,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"otterbox\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5855017758026807,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"duramax 6.6-liter\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5918248165549279,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brian vance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.493209918248767,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2429501712322235,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camry v-6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5829585123523093,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"duramax turbodiesel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4547585639309759,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia rio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.0191808520239112,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7030467391014099,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6565958331168493,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas cross sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5808841999497614,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia soul\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.6099038754726285,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.714974602063497,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"idrive\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.5544833825845842,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8948080539703369,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alexa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6568908282914816,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra hd first\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.7470797061259151,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4915911853313446,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stefan ogbac\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 2.943954300666532,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5124227106571198,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chris walton\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 1.0673070772525082,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"panamera\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 1.3064029463991826,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3630378693342209,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lancer\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.4246758681155185,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"centos\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.43228813896968,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"isis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6213359417938181,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8844279646873474,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram power wagon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5869268430467941,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.05302390456199646,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sirius\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.314692058954277,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6606184244155884,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman cooper s\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6547233106870014,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.756572961807251,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oakley\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6434751261715933,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"power stroke turbodiesel v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3996673174230049,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6977401375770569,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president recep tayyip erdogan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.45892330675974036,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.983546018600464,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jae bong jang\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6449567040995806,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grand touring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.37792828348321256,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.48219192559712537,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ice\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.47575032622879515,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oliver rowland\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.422041239054703,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.22317656874656677,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback 2.5i limited\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3046307789999774,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3940541684627533,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cvt\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0.3463680023031223,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8934427499771118,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"titan xd pro-4x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6573651730614434,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-30 debuts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.827272680102596,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5731498532825046,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 0.6563788503516857,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2018301784992218,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"department store bike\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5399495147203737,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9483178853988647,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 rs 6 avant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6562581827703586,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s209\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.612021679508946,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"type r\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6407865547526692,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 escape hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6572305321607906,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"django\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6566703669844587,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado high country\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.21943265407532,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6977872252464294,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"renegade\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.34375081787013534,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8934427499771118,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cummins\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.33506347527109226,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3781944499530665,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pacifica\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5647808775445629,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"360l\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5619759762951939,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.28407663106918335,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ioniq blue\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.038136871129031,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8421876728534698,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fosgate\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6562481704818218,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gran coupe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5448890082348729,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"huayra roadster bc first ride\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6387945670628183,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra 1500 duramax\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0682649044097423,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7587672173976898,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"3 series\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.587637358986965,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ex\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6569659840051875,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8452235460281372,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"insight\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6521092303623379,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carbon-fiber\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5960284886528248,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx trim\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5288704065398196,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"darth vader\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6558546266435129,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9664984941482544,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suvs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.504168028767571,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8613139986991882,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yampa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4098468588283318,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8864431381225586,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olukai alapa li\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4299976339450023,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.14223888516426086,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model s 60\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.3127643825245954,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"genesis g70\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6111238082800053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"275-hp veloster n\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5092115055686848,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9405312538146972,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acura rdx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.545405387690896,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-650\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6438442211055276,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"espinosa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.2103759443096058,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"abarth\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.643305439330544,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8212368488311768,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa note\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5629619043730351,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ukl2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.1902024258252317,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5185544639825821,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north america\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.648841139546113,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx a-spec vs. advance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.21708773821948,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.29476822912693024,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eclipse cross\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5959001805857258,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9185319542884828,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bright white 2018 ram 2500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6510143635982386,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rose\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6565071176701057,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"si\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6561776364849484,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne e-hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.9308676362813024,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.576810876528422,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0.49910126428888807,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alpine\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.44810687432867885,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"horacio pagani\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5990009502190783,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cory lutz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.522619309780728,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"i-4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.863953427112637,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.6422305764411028,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zonda c12\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6375733512960349,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8571886420249939,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fiata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6568411975985788,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.978079319000244,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsair first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6510220142737014,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln continental 3.0\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.45817964277687434,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9887036085128784,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jang\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5068690991601899,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"downtown development authority\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5953286167680508,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reuss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6522928282388917,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olympic\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5991100908983281,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"santa fe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7567201943575106,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7182677745819092,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acura\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 9.023831518829745,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6190153400103251,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chevrolet\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 0.6367429104913057,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"range rover evoque\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5467586271102284,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8672637939453125,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"paris climate accord\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.472194371090054,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g-vectoring control plus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6461617989144481,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ariya\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5411372133762125,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8400897979736328,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xt5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.620829076725087,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7459750175476074,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5981159021526932,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9176723957061768,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 escape\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5688844917140737,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apple maps\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6566012598465936,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7631702423095703,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sport sel first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5892982899055262,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7726438045501709,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 insight lx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3800735649160678,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hondas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5861030034836645,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.05302390456199646,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xm\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9703953567105505,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model 3\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.5617535565833383,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"8 series\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5706637545280205,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nick rodgers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4839106695309703,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c12 s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6565958331168493,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas cross sport awd prototype first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.9276528918477629,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john cooper\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5361104264234655,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7532463073730469,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-5 signature\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.053905872140173,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6974040269851685,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"siri\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 1.5871235156266403,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"telluride\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.4068714572309515,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9340270757675172,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cinturato p7s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9489189287201714,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.576736855506897,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0.6499613965296135,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trans-labrador highway\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6390832180915968,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6024258397654843,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1744961142539978,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"royal oak\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.9516383188023662,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6978808045387268,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alex nishimoto\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5291925512552459,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8897880911827087,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sky lounge led roof\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.41193867696764846,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 rdx advance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5236762420813579,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.940646469593048,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s.d.f.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6570665712619919,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider abarth first test review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.49694800797562166,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bimmer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6179215910122856,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6555235030155553,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6211783147162244,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-30\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6178739327785582,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iihs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5978130257149723,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8934952616691589,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette c8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6500993906637736,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger hellcats\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 4.613833801580975,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6705961161189609,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"android auto\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 0.6085909505838113,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7344152927398682,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trax\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3629005992704533,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dmv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6567753243098021,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"formula e race car channels japanese heritage for season 6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6480693525964999,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"widebodies\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6249183753428236,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b-team\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.0656404795962346,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc40\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.4075446675014474,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9340270757675172,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pirelli\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4661540300410375,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"state department\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.45131578947368417,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"huracán evo gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5542648612518597,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"continental black label\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6422305764411028,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zonda\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6221491816474376,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mazda3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.528315593574507,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tigershark\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.45804554178798523,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.84544438123703,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x2 m35i\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.49474745331069603,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"drive mood selector\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6177933792077367,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5632768790663527,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-8 durango\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6573651730614434,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-30\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5105367482134474,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ann arbor area transportation authority\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.1348090232893344,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6939655542373657,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"durango\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.3028796589820444,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-8\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0.5900595705682117,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"imprezas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5816465070352999,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7095413208007812,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger hellcat widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.48311854158793865,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8306538462638855,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"continental gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6289136810399492,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6177154654262269,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elite\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.3037795380052086,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra 1500\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6481310534836823,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 16.38448670214918,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5526698018823352,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 28\n                            },\n                            {\n                                \"score\": 0.6578947368421053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sun shirts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6276612229498477,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"arctic dreams\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.641111707841031,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q3 second drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.3133392139566793,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7252037525177002,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suzuki\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6063476549424949,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2005 subaru impreza\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5530459212547498,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.18048179149627688,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mary mccarthy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4809818664307829,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2086038887500763,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rechtin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5875517371946364,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfa romeo stelvio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4975613082558321,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"airstream\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4090863319011816,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.34586660499789146,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"daimler\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5130792618997693,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blake griffin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6565558515979595,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lancer 2.4 awd first test review walking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6383809099018735,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dream cruise mega gallery\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5111134409729502,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"griffin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3802353018286688,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-350/450\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5596566223932472,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"california\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4167606437318403,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bronx bombers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5665567454616691,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grubhub\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5891393442622951,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150 raptor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4520710378095777,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"close range\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6565683361629882,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5422093880560335,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.31383609771728516,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scott\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.971936065488951,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6807959794998169,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0.9731147596213576,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3348765969276428,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"accord\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.40141208267505774,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8096828460693359,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-9\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6304824561403507,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.745212733745575,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa sr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5967056133204703,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rolls-royce cullinan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5906428969814042,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9625744223594666,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yasuhiro yamauchi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.40531015037593987,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150 xl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4589069329215629,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"southwest\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6127056378432176,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m235i\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5040164832298785,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ann arbor spark\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6363748155435317,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3502278650096254,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q50s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.33706734639119934,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"skyactiv-x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5447905748742918,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9178377389907836,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"one-touch\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6578947368421053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lamborghini\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.585354341080733,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6569159695668629,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.45914174438131994,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7541159391403198,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"office of vehicle safety compliance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.608411488084168,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cgi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5716240935095936,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"se sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.2215515613195667,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6347000598907471,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"330e\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6412409160977758,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8212368488311768,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2016 mitsubishi outlander\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6578947368421053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trump\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5469620502064627,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2021 f-550\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0163519854444347,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.48858218640089035,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scott evans\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.6275366588112071,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s201-s208\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4844497607655502,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6861768960952759,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xtraboost\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6571395005370568,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra hd 2500/3500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.565133720853599,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8565138578414917,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"uw rock\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.49456628985425527,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frogskins\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.37011745876377294,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8606468439102173,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon xl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5971109839816933,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sport vs. eclipse cross vs. nissan rogue sport small\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6514612423916933,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pagani\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6298219192559713,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6965109705924988,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b1 suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.42976039777102065,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.968916654586792,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cornell lab of ornithology\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.708013684996817,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7034041086832682,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elantra\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.6560250537533888,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.46621931172016057,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.19735243916511536,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"costo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6324889077818221,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apache 2.4.x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.125023042958977,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5448148320702946,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai\",\n                                \"total\": 17\n                            },\n                            {\n                                \"score\": 1.13275911328558,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2881968468427658,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frank\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6567954268705183,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aviator first\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5050001992111239,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"islamic state\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3803190772630501,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"weidenfeld & nicolson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 9.216567343636271,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5127945191719953,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"honda\",\n                                \"total\": 17\n                            },\n                            {\n                                \"score\": 0.559994738191287,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6109140509406045,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tacoma\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.606322831820779,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"prius\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6570413132860979,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon graphite performance edition interior review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6525407229541177,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camaro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5998260382324963,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-10-powered carrera gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4509166237535647,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5778536796569824,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"clubman\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.5788619275461381,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"starbucks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3652349089394275,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8493320941925049,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"virtual cockpit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6157243428370704,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gran coupe xdrive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6567497186526734,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"power wagon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.197188210962787,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5713571786880494,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"instagram\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0.6569128043990573,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.827582836151123,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti s209\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.35501368881610934,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8272079825401306,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michael carcamo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6536354581673307,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"derrick rose\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6565841895575592,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7697142958641052,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pistons\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3933730860389,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.14526665210723877,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"supras\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6125742061436711,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president trump\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6554171016292929,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc60\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5699422002942057,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"google maps\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5586790135122366,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rs6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3754299435394899,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9536758661270142,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"premier\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.437926537320899,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7541159391403198,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.6447202857432788,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.28482428193092346,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frank markus\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.5367420649872026,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9458962678909302,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"305s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5756366064008066,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7781448364257812,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500l\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6317878028404343,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8187006711959839,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 x5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6009843052360978,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8753695487976074,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"china\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5185955961331901,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8246252536773682,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"paganis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.41413820912492233,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chrysler\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5532888229475766,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"icl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6213995810421576,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pleiadian\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6562778905977158,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trackhawk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5689518861531512,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"prius eco\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.572526632211792,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"uconnect 4c\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9687516347629384,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.48829396598869756,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4172896221622175,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5712540944417318,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lexus\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0.6187985332182916,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"colorado\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5679081453324134,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"itunes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6216538304192385,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9153202176094056,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mt garage\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.563789311782404,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8679914474487305,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"altima\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.8387161084529505,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frankfurt motor show\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.4301190412450251,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"at4s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6570754407812808,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"super duty and commercial truck powertrains\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.46989959470718656,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gvc+\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.48613033334651423,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.746999979019165,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"evergreen mountain bike alliance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.38092477686956744,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7507350444793701,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stephen herrero\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.47706022761740235,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9411810636520386,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michelins\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.786565094587979,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6367395321528116,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fiat\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0.6049625156717754,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8301303386688232,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"abb\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6232848181907281,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"waku waku switch\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3601900075898348,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7473441362380981,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-250 super duty king ranch\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3869008750163249,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"denali crew cab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6325720582801035,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bolt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6279904306220094,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1258251965045929,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"thermopylae\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6569128043990573,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6426739381064032,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7662566900253296,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-5 miata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5905050678350842,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"william walker\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.35569172184563846,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8286989331245422,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"diesel v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.41712904248573246,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7875425815582275,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cj winegar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6570510657253547,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rs 6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5067225187487332,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.829584002494812,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy xt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6040521078816443,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"impreza\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5077589389304925,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9133923053741456,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harmon kardon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5950077399380805,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"8 litre\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4235104457100572,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1891033947467804,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reynolds\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.3923738961856356,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6811293760935465,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michelin\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.6115802566116785,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru tecnica international\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6301264524948736,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8602360486984253,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt first drive review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.1786401545880945,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6112540364265442,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"land rover\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.4499836547891468,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8120798468589783,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"filson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5598775313655058,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"justin hayes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.8838328752092268,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5148553997278214,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ayapana\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.38806512230170387,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stinger gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6578947368421053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"beasts of burden: ford expedition vs. chevrolet tahoe vs. dodge durango vs. toyota sequoia vs. nissan armada\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5285008057247426,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9601942300796508,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"patagonia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6570015200925048,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger scat pack widebody first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6156528616623526,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9228129386901855,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escalade\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5973512643192735,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"travis labella\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.803186561154162,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5199838817119599,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dodge\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0.38068727708242855,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"countryman all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.630096367679763,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taycan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.45906167827022903,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500x trekking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3875490461371939,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1813703775405884,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln way\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.8216319171261218,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7916969060897827,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kim reynolds\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5524206307351546,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8961164951324463,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"calipers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.3026964677631248,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.680914044380188,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rs\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5344373414908359,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lexus rx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6566546738799752,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"graphite performance edition\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.6377687619722832,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7326050202051798,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suv\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 1.0396175748888383,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8421876728534698,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rockford\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 4.9890604150891065,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5920540422201157,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carplay\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0.5890094786115325,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7416706085205078,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsairs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6168988135681804,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"prestige\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.35026639979702867,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9057348966598512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"holbrooks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5707569112174375,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g20\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.6428041542065543,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7448799808820089,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kicks\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.35376698920521277,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cadence\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4203030465278149,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eaton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5992158592628681,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9318860769271852,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the adventure junkies\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.40019478651920415,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2401466965675354,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mkz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5285698532750412,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"awd 2020 escape\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3373223833468218,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9601908922195436,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrangler 2.0\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6187985332182916,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"colorado zr2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6189653941568061,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9449505805969238,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra heavy duty\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4375278411468527,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a6 avant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6418485237483954,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"explorer first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6570714536619636,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2 series gran coupe compact sedan first look\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.0658322916467056,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"turbo s\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6560116749835231,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd review - long-term update 3 commuting\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6179291687161829,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.3137972613714706,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.49568219712461076,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ferrariesque\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.35659137899447774,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7473441362380981,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"powerstoke\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.41705679885004415,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7507181167602539,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-tron\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.9973244551622118,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6310598254203796,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ct6\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6439556022354482,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mkc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.641612025057081,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 2 series gran coupe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3486189108005746,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7563970685005188,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"socal\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6493254517468406,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rover\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5301326694845144,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8897880911827087,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"panoramic\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6122043563615968,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander se s-awd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6477272727272729,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.206527978181839,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"armada\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5066221206727065,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python 2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6578947368421053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"squares square\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.587375634586855,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cooper s all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.8603413297022153,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5531720022360483,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0.501855600539811,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7753380537033081,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"consumer reports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5165268723167435,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20194780826568604,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aisin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6575617941615172,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8067173361778259,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"new land rover\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6152156314875505,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.959041953086853,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-pace\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5446952282815473,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8109443187713623,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robert bollinger\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.312015866553561,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7005468010902405,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s all4\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5575476792582056,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.975471556186676,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mountain gear xl dcf11 roll\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6180446451950774,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 wrx sti s209\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5680789279662661,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9231458902359008,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rockford fosgate\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6512654403866811,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra 2500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.9977421843596427,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9168180227279663,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"evans\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5929359383306751,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ferrari\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4413786331500392,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.15560385584831238,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sp sport maxx gt600\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6346511439890047,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"barry lopez\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.7117442856517584,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.41338223218917847,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hybrid\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.6405522735409953,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c12\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6571531220335407,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 laramie sport review - long-term arrival\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6034780095829372,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7565262913703918,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alberto salazar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6568812918046077,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.44520899458366886,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ex-l 2.0t\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.2776849057705901,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model s\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.41485346211508095,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mickey mantle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6211636411127074,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"punto\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6357704127280507,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"evoque\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4984457069353629,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"federal motor vehicle safety standard\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6570754407812808,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"super duty\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 4.460426393310421,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5968150272965431,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chevy\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 0.5479521403039214,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8295830488204956,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cruzes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.842350644010279,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6534980436166128,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"erick ayapana\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0.6236842105263157,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sonata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5554412498819467,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1738562285900116,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 versa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.42433091657715716,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cinque coupe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.40646366671966927,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"classica\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6578947368421053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9215197563171388,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sunglasses shop\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6396198830409355,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tucson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6568325620310089,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nautilus 2.7t awd first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5877539356782876,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"drees\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5737500803290277,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rubicon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.0197979619387754,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"j1 bev\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5813514737273335,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.30074816942214966,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4418556406524193,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8015775680541992,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eq\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3857088958956531,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elmore leonard\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6470386793385396,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 tokyo motor show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5953947368421053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8325594663619995,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the man\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5472361545815272,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9049956798553468,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini's 2.0-liter turbocharged i-4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5139697361683779,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.14905595779418945,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"target\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.238494506490585,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6827030777931213,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape hybrid\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.586370190732123,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"7.3-liter v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.38481634728086656,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7550705671310425,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kimi raikkonen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5949084080838647,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8515431880950928,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"department of transportation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.37703371557385085,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8529176712036133,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jimny\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6439132026356463,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2017 los angeles auto show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.92545787904915,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motor trend\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.190474777733339,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"facebook\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0.41871985741245543,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rookie of the year\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6553343107872097,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ls 500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5085764827476545,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"axle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5672097427190806,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lyft\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.9595025928895675,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5192312449216843,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"miguel cortina\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.44745786293528383,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1811073124408722,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5109744501769646,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"barra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.579535859580892,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8688246011734009,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"leaf nismo rc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 4.801345026438658,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5937131510840522,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cadillac\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 0.649449778482246,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hellcat\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.1487852740684001,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"allison\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6570486304357636,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x7\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.885018218293061,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5211678487913949,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volvo\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 0.842221033653284,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6296199560165405,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"7 series\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5944643139946155,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gopros\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6563519079109771,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scat pack widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5583708708708709,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.975471556186676,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyperlite\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6271275202932705,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s208\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6498105056201576,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"range rover sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.44305993478319455,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hills like white elephants\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.37356284338418577,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sienna tan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6462982804578478,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motortrend car of the year\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6497157082474692,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"luxury\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5869024001244797,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsair 2.0t\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.0671748709215259,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6959059834480286,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tahoe\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5890910044034389,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.26259151101112366,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nba\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4304536774285664,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hd at4s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4038151723421118,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c8 corvette\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6557360716278328,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9501556158065796,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apache django\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4306331471135941,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hustler\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.9830315856036738,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6346243659432043,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8068385124206543,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c-max\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6396607663827726,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne s hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4333932657731284,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7123849987983704,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"indiana jones\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5479521403039214,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8295830488204956,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cruze\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3459247628133778,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"onyx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.8749643903241101,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6574905252810079,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grand cherokee trackhawk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6176873288523774,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"focus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 4.922862697402711,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5534752458333969,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tesla\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 0.5628874323844119,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7308799028396606,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gla\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4973332116217203,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of michigan transportation research institute\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6223328591749645,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent interior review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6337647433431068,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9220128059387208,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grille\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4073413674372848,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a250e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.44596523092890505,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.21993502974510193,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"polartec\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.448270621257001,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeep renegade\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6222987437896353,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vespa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.9312594950763012,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"highlander\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5224458204334366,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 pebble beach concours best of show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.102368171700609,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6525530815124512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru impreza\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5997857547093539,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john steinbeck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.9119320043487743,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6811195015907288,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfonso albaisa\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 1.143060855923978,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"miata\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 1.7856848147483568,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"youtube\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.3381686665186907,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8876183032989502,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.47677737415672033,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rhone\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5921052631578947,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"huracan evo gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5936413969898384,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.965633749961853,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"transformers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5350391256912833,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"randy pobst\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4451970611531422,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.21993502974510193,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"power dry fabric\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.47137528015523233,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x7s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6342333717717196,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20569971203804016,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"greyhound\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.39713444246439306,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kunio nakaguro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5397522448712068,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-59\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5323871574246954,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9236135482788086,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-pace\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.503716225191955,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python 3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6472435795814838,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bollinger\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5769776434566859,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"franz von holzhausen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5428158348569131,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ed loh\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6161817223815935,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"228i gran coupe xdrive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5983540841350689,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sweet thursday\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6394266444055758,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.719454288482666,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-5/124 \\\"fiata\\\" siblings\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.49885237419235007,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8428598046302795,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chrysler automobiles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.200414076291571,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fca\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.6567411138065605,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"laramie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.590287568258387,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x5\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 2.2055298965988577,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.649873286485672,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q3\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.4623066373023514,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"msb\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6296682299808928,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1258251965045929,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sparta\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4092707688661233,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8864431381225586,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alapa li\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5258929779461506,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 aviator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6258205036400525,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x5 first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6565854935847082,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5884184308841843,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-350\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4098468588283318,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8864431381225586,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olukai\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6048387096774194,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator sport manual first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6331177299045434,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7978091239929199,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"consumer electronics show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6048413879221022,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fpm\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.605339541433088,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"php\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.42433091657715716,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cinque\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.2865566697644883,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9194279313087463,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6125930521091811,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"306-hp type r\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4570228321368606,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.983546018600464,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai exterior design group\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.9676659310181034,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7462553083896637,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic type r\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5043409921882379,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s trim\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4536309948731261,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"equinox\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5508595154635175,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hr-v\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6535839346349744,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5892377269450089,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-250\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.3064029463991826,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lancer 2.4\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.649621212121212,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sequoia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5960250601256993,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7675605416297913,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"139-hp hyundai ioniq\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4409389445128589,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"at4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5847386378477211,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7417251467704773,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dna\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.596020470943565,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7565262913703918,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nike\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3351724680226463,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9643329381942748,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"doc brown\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.651231478862514,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9057310223579408,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas se\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.37811023406986594,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8280844688415527,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lifa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6566117138029592,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g70 long-term arrival\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5413198087115277,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tigershark multiair2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.904236379169714,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m sport\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6569968656131643,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic si\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6519222287562482,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8701952695846558,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tokyo motor show 2019\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3355324414387926,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7990388870239258,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"combi corporation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3480380639097744,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado wt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8919761014427579,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4270218685269356,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"walton\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.44474425310588306,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ernest hemingway\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6554703016385304,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"henry ford\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.42424242424242425,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.775033712387085,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"expedition xlt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.7149410051588057,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.37817145387331647,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"forester\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0.6004483845106922,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7565262913703918,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mo farah\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.3115398643340774,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc sierra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5862573099415205,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frankfurt hyundai\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6406823745410036,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 ecodiesel boasts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.654874624526577,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elantra sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5746233362610634,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7572872638702393,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"touring xt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.599364675128682,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"steinbeck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6578947368421053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 quail motorsports gathering mega photo gallery\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4395228663055488,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ameri\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6051198186106514,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rolls-royce\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6167349907431897,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9343711137771606,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 sierra denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.364192880209073,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6430030815741595,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bmw\",\n                                \"total\": 17\n                            },\n                            {\n                                \"score\": 2.338239765455267,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 1500\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0.6571586537203276,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2500 power wagon verdict\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.1406320332863964,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6939655542373657,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"expedition\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.35882174788986476,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.915718674659729,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"salomon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5494928773925446,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8295830488204956,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ct6s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.473295223920985,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8807574510574341,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"woodhouse\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.28390171858217,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln aviator\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.359689234518133,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iphone 6s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.4500523697302959,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette z51\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.47679939056739806,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7881881594657898,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"propilot 2.0\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5503744615902006,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"buick encore\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5470680635154319,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chris\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5647168742157881,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8679914474487305,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"maxima\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.46093956625231414,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multipro tailgate\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6239330996468642,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.911491632461548,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"teslarati\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5451222586337283,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9178377389907836,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sky\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5429309881847475,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9244335889816284,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"roadster\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.6543813893900176,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mkx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.61839768159297,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.588414471460842,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8565381765365601,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ikea\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.64210820018797,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford motor company\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.1600689279925482,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7361448407173157,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jaguar\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.5340054682159945,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frankfurt audi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 4.757081090757175,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5726787857711315,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeep\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 0.6177792041078305,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frontier\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3669494814463442,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gale\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.5510775748297524,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hollywood\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.648841139546113,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx a-spec\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.0373243675874182,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"palisade\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0.6015014208823877,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"minis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.3413604766633565,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"polestar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0.43577048290830167,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7197244167327881,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru pr\",\n                                \"total\": 1\n                            }\n                        ]\n                    },\n                    \"resource_type\": \"webpage\"\n                },\n                {\n                    \"summary\": {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 10,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 102,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 9,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 4,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 3,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 3,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 11,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 31,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 7,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 9.680737633884128,\n                                \"item\": \"politics\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 93.54440205927538,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 9.700029967057631,\n                                \"item\": \"desserts and baking\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 2.6162790697674416,\n                                \"item\": \"cooking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 35.55503442372401,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 15.811123465155406,\n                                \"item\": \"computing\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 8.393148187767999,\n                                \"item\": \"skiing\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 14.268289575936105,\n                                \"item\": \"field hockey\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 15.471376513485998,\n                                \"item\": \"rugby\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 29.50151147606652,\n                                \"item\": \"auto technology\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 9.954443866016982,\n                                \"item\": \"beach volleyball\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 6.995154086372552,\n                                \"item\": \"rowing\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.6162790697674416,\n                                \"item\": \"barbecues and grilling\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 31.416493398319872,\n                                \"item\": \"industries\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 43.0932923044661,\n                                \"item\": \"auto repair\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 6.995154086372552,\n                                \"item\": \"badminton\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 22.22222222222222,\n                                \"item\": \"news and politics\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 19.696092762735912,\n                                \"item\": \"college sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 45.7560622629985,\n                                \"item\": \"auto recalls\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 33.283334982503895,\n                                \"item\": \"australian rules football\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 3.0347332978911927,\n                                \"item\": \"cricket\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"item\": \"boxing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.1147293604861,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 55.12437937482226,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 2.827996704527572,\n                                \"item\": \"squash\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8714796876917696,\n                                \"item\": \"bodybuilding\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 16.9614252738846,\n                                \"item\": \"car culture\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 18.672707221020282,\n                                \"item\": \"track and field\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 3.0347332978911927,\n                                \"item\": \"martial arts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 21.221431199351073,\n                                \"item\": \"national news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 26.163135386332645,\n                                \"item\": \"food\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 3.0347332978911927,\n                                \"item\": \"baseball\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 19.358418184090556,\n                                \"item\": \"dining out\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 2.9405371426267632,\n                                \"item\": \"poker and professional gambling\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 49.81900386703711,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 7.22757856893872,\n                                \"item\": \"healthy cooking and eating\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 23.678575287282438,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 6.35109747082907,\n                                \"item\": \"basketball\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 24.151879969172395,\n                                \"item\": \"auto shows\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 3.0347332978911927,\n                                \"item\": \"soccer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3624080224664814,\n                                \"item\": \"comics and graphic novels\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.489206998409452,\n                                \"item\": \"scooters\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.379963690198827,\n                                \"item\": \"travel books\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 11.878457121103725,\n                                \"item\": \"walking\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 3.0347332978911927,\n                                \"item\": \"wrestling\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.384544281131916,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 41.32771704321341,\n                                \"item\": \"business\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 21.4517755722255,\n                                \"item\": \"consumer electronics\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 22.819550525494165,\n                                \"item\": \"fishing sports\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 22.585458250040038,\n                                \"item\": \"auto insurance\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 25.10447940666664,\n                                \"item\": \"technology\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 5.806942551254127,\n                                \"item\": \"golf\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 32.62004685198235,\n                                \"item\": \"olympic sports\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 7.011183917005088,\n                                \"item\": \"art and photography books\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 9.116009082438806,\n                                \"item\": \"weightlifting\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 12.801553198718167,\n                                \"item\": \"dash cam videos\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 3.1887879894080835,\n                                \"item\": \"cycling\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 15.82709674673997,\n                                \"item\": \"water polo\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 24.128642477709473,\n                                \"item\": \"auto safety\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 3.448501505038607,\n                                \"item\": \"virtual reality\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.75530506976338,\n                                \"item\": \"disabled sports\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 2.7145619515097428,\n                                \"item\": \"ice hockey\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 9.21938423076041,\n                                \"item\": \"gymnastics\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 5.7761452616169615,\n                                \"item\": \"law\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 11.89792779440173,\n                                \"item\": \"children's literature\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 17.589303394906597,\n                                \"item\": \"hunting and shooting\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 5.821372365583283,\n                                \"item\": \"tennis\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 22.087739614538467,\n                                \"item\": \"news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 21.01764320309331,\n                                \"item\": \"fantasy sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 10.623662267413268,\n                                \"item\": \"international news\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 2.78663906769209,\n                                \"item\": \"table tennis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 26.132145234073757,\n                                \"item\": \"extreme sports\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 16.879151331803744,\n                                \"item\": \"motorcycles\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 18.909111711406815,\n                                \"item\": \"literature\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 3.664469554300062,\n                                \"item\": \"sailing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 41.296048163766834,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 68.99822919790874,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 2.2368445406926165,\n                                \"item\": \"medical health\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 21.100231812027882,\n                                \"item\": \"equine sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 17.167534364051686,\n                                \"item\": \"economy\",\n                                \"total\": 6\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 3.5919193645308245,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ivan espinosa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6553945249597426,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model 3 performance track mode\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 13.007309169600553,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7017215996598586,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 3.236632118577956,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camry\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.302515054906128,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"central nervous system\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6453119786453128,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"levorg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4947398760628334,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"battista\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.089521682486507,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"datsun\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.690176322418136,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7927776575088501,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"qx50\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6937356016303386,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"boxer errol spence jr.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4230186774356386,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"debian\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.362075485969292,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"monterey\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6025409342314223,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9172440767288208,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"audubon bird guide\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.441493943225759,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bridgestone\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.253738210259949,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.901875913143158,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north face rolling thunder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.659255516254,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"autonomous technology\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.441077441077441,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8602360486984253,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"570gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.605319462889184,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nemo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6804447988658517,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"spence\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.834636933488656,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cuyahoga valley national park\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4916262188989466,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.757196307182312,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jimny\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4087200613918167,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.049925535917282104,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"airbnb\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8282828282828287,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"600lt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4572768924666413,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.952755093574524,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ios\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3273752953519473,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4066726863384247,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ecosport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1001524327442014,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harman kardon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5273368606701943,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oxford police\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5912080304603675,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aviator grand touring first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.107886351059973,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-6s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.649910344401162,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9238651990890504,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fjallraven kebs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0955050240044506,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5615434216128455,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motortrend\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.622526636225266,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"power stroke turbodiesel v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1020355673133455,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1624075472354889,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pat brown\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3151900297322197,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9342288970947266,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6370903277378095,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9825451374053956,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln corsair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5435360584911932,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9051467776298524,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.588206174320918,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"espinosa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4714837536923424,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.28725510835647583,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai motor india\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.680268357687712,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2265104836707517,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v90 t5 cross country\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6375661375661377,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"focus rs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.651864811574884,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taurus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.560367579115442,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9477722644805908,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michael lanza\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.353861861195225,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.11556777358055115,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"environmental protection agency\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.2310787025396026,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.786339282989502,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alena amialiusik\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5813018346318177,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7525350451469421,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeffrey brown\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4339007641932247,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.791480302810669,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mazda suvs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3496732026143796,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"8 litre\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.821513126871165,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6972299814224243,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brian vance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8766086298258897,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7351166009902954,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. olympic committee\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.570772470438022,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c-hr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.331177837756785,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"swiss-army\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.823326860421927,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.591779351234436,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 2.1853607161664037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 f-series super duty truck lineup\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3737421445533378,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7565262913703918,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"galen rupp\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.500023759967306,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1192878782749176,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the coast-road\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.696637548915967,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.17578214406967163,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"boonen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9662426710128784,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 mclaren senna first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.059714684662989,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7208517342805862,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mclaren\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.4277065527065527,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator rubicon vs. chevrolet colorado zr2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1519031395391437,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"justin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1629553402128656,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9497915506362916,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"google assistant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5833949669075116,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"annie proulx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6541128284247555,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"w-12\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5709611681343123,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ubuntu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8904045449896465,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jonny lieberman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6992588147703658,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9502999186515808,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"es\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7001950795054253,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1269285178539223,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 versa s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3209186840471756,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v-fighter a good car\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2971515692399227,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"andy blow\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5807363359395077,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7978091239929199,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jim hackett\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0984575598041935,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"patrol\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5555555555555554,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aventador svj 63 roadster\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.697633589212006,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"centodieci\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9914529914529915,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9155964851379396,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon graphite performance edition\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.698050920273142,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.459075097196644,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alice\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4520060198950193,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"massachusetts museum of contemporary art\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4664498850451735,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2 series gran coupe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.698389077853363,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.23781552910804749,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 laramie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.695018148239575,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scat pack widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.488285156213493,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john carlos\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.827057096180492,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark reuss\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.699243559551844,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7808973789215088,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru ascent\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.956245461147422,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.18002408742904663,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bha\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9169269671277704,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator rubicon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.497223669043558,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"z\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1720318449290414,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b250e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.631748934374682,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"laguna seca\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5293699078521366,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.09997370839118958,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mls cup\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.676213690838919,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"t5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6990913703242474,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"super duty and commercial truck powertrains\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.968849402215641,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stanley\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.28035689390771,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f150\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8880443961877187,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8851518034934998,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robert meier\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.112301172646,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"saturn ion\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3465366646353853,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9341447353363036,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v60 d4 cross country\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5719657558001567,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9172440767288208,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"audubon field\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.21242460683689,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"california coastal commission\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7947672443085287,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8051061630249023,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru impreza\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.651598575780935,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ccc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.475544922913344,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cbs 11\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 4.91969870788493,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.67424276471138,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michelin\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.6973383892117018,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oval office\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.240740740740741,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outside\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.86049860715781,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mazda3\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.253738210259949,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8371579051017761,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north face\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.071686488392917,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3107333928346634,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carbonpro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6996876394466756,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7272975444793701,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aschwanden\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6963937621832352,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mk ii\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"giuliani\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.897012965385374,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5615297939096178,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mazda\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.6915512180529846,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apache\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0267386625102053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"world wide web\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2921810699588474,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9411499500274658,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"black lives matter movement\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8565410118328023,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"primal wild: backpacking 80 miles through the north cascades\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.479236812570146,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vowg_p.de\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.970271219233131,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3700733482837677,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.084076599562623,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5677964201098995,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nissan\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.144465410524972,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7507350444793701,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stephen herrero\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.288239901532953,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"classica\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.233768406961178,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gloria liu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.763917291524653,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7235220074653625,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tata motors ltd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6429872495446265,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8597704172134399,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yamaha\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.560924859485536,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5830663442611694,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx a-spec\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.695018148239575,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scat pack\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.67183892121548,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bushido\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2569870483980914,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8073382377624512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alturas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5204069200779724,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7895482778549194,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the wall street journal\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.382732117191768,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.739395538965861,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8944170817449058,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xavier becerra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5659875376321506,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang gt350\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8949835911861226,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harley-davidson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5419013260071126,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7167552411556244,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.433556133530964,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"deep play\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.600823045267489,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tucson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.613663789102386,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4343434343434343,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"3500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.633744855967078,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7314516305923462,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"presidential campaign\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.325962778699097,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"911\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4718764605921404,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5315466219988827,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 ram 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1258039619243627,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.870456337928772,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acadia at4s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.400231987267676,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.12371936440467834,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rogue suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.525870783935301,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8246889710426331,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bowtie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3381129011422983,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8560070991516113,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scott brooksbank\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3947482271504614,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1023626434860136,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hollywood\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7013883100404734,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini countryman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2083405333794133,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ls\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.698050920273142,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator mopar truck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7269480162655237,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.14923253655433655,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"991.2 carrera s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.345288800272601,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5308551549911499,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"navigator\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.7013883100404734,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini countryman s all4 first test review mini\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2742684647807034,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jules boykoff\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5175070800691453,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8013237714767456,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ps4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2533049979418553,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9051458835601808,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mcculloch-graham\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.60593820861678,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2366158366203308,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kurtis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.687388819651503,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6060075461864471,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2540004965355362,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rs6 avant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7018601478531794,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tour de france\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5912080304603675,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aviator grand touring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.295454545454546,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"i3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.528154635831092,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2043669819831848,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motortrend garage\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0090901712523332,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 silverado 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4188034188034186,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9893913269042968,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"3 sedan premium interior\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6911760954208592,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"genesis g90\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6438911785871153,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"usoc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.104142627661259,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9592499732971193,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michael cantu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.18283133977038,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.05992725491523743,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blair braverman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9887571144194913,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.940646469593048,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"syrian democratic forces\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.987246272317608,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.32265640795230865,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"uci\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.486193431097012,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volkswagen ag\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.228355347276592,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.6139370968814415,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9496495723724364,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. department of agriculture\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5584604212055186,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9093974232673644,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd verdict\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.256655466528819,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8998703360557556,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robert mcculloch-graham\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.339876784730317,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6038905878355423,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lancer 2.4 awd first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.002412656316187,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8286989331245422,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"diesel v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6811970247362047,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"endurance long sleeve\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7445418117814477,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8197956085205078,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"spread creek meadows\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3811109230103646,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"beetle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 9.704840529136318,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"white house\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 8.994396897522957,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4020586609840393,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iphone\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 2.928691529534993,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2141215205192566,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s-works\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.941394281059365,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7469571828842163,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"7.1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.666418095948298,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dbs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.590550961886467,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bentley continental gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9091112228367126,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"detroit symphony orchestra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1393475446781958,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7528355121612549,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"armstrong\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.698050920273142,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator mopar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2214268081955075,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7924466133117676,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sonoma\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2017 fiat 124 spider\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.63841994924418,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motortrend car of the year\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.700674502201219,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v lx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2134914070397937,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 4wd high country crew cab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.197194135251744,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"luminaid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.361692633417832,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s grade\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2268634549336306,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"audi s4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4201999603478064,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sealline\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 9.666780332698522,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4817606012026469,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"twitter\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 3.149432881841207,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hill farmstead brewery\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6413817663817665,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tacoma trd pro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5462962962962963,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"garage 2018 ram 2500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.64359365607805,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"backpacker\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8654870948777758,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1733117401599884,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"@bicyclelobby\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.191616053352388,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pandora\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6990729163772422,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"countryman s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.620543818131707,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8182527422904968,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"independence day\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.117552334943639,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"base camp duffel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.006066981631717,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20781640708446503,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"walmart\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5742583379399298,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.489206998409452,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cars\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9495895092685465,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"solstice\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.257080610021786,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kona\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.287149405524125,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ecodiesel\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.112796777234936,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mikhail martin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8572741475967285,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7244102954864502,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trek\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.211484165995538,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8554913997650146,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"buick\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln navigator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6055490119094364,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mateo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.345472135516492,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8809038996696472,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gaia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.065789673327567,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gale\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6972108597452946,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford motor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.585945385601659,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"justice department\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.363591804970677,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5651379972696304,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aviator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.183102781496356,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"teslas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.021244594848656,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c/d\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7004998077662443,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7966271042823792,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mitsu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7761174204688848,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"paddle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5549613784907903,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kimono\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5402924538371225,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"new york red bulls\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.49937737930053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dallas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.498249493274369,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pleiadian\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.937162301119898,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.16141240446796,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national weather service\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.641799694431274,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"handelsblatt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9415625464822253,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"louise burke\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3106329137477086,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gearon hooks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.310390036053753,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"levante\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6894108873974654,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"franchitti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3773489080751653,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"golf\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.73605035551993,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3569240967432658,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"randy pobst\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3940524877270923,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7108686119318008,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nautilus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5340009856705814,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.904327630996704,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"starburst grille\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5775587664838477,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rolls-royce flying spur\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3066408290824807,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini hardtop 4 door\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0147397080223444,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"serena williams\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.696808560000742,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9384603500366212,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"goodyear eagles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0905315529240034,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8917789459228516,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hudl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.254192737350362,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"greg long\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0406093249671464,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"european journal of applied physiology\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.69772405291531,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nautilus 2.7t awd first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6485518342195866,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"j1 bev\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.405072747987524,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bugatti\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.3713759007876654,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7901351451873779,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jraiche\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5455482825604627,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"918 spyder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3210207526561413,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"francesco d’alessio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.317190166505235,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-250\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.127510965831308,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"van der poel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6796381635091313,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ariya\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3536614326560463,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"911 t\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6598209583991577,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9552243947982788,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pebble beach concours d'elegance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7493411014010265,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.993727445602417,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dyneema\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.985048185941043,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.19134250283241272,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram box\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4326875449762153,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.24437209963798523,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ophr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 14.306654000290004,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4677844673395157,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nhtsa\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 2.3092813929467315,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"all-star\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.006253006253006,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frankfurt audi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5009815469179424,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.11514759063720705,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot sport 4ss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4754230547110807,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"driver comes first\\n\\none\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4163325576396484,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2657797932624817,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wilt chamberlain\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8624228795479445,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9904773235321044,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pfg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7842250391795114,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frogskins\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.984778008599369,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.681658943494161,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic type r\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8838878739227516,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9213458895683287,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"j.c.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6236949373538283,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7934853732585907,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.425666298467726,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8816715478897095,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"proxy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3055337176799444,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"transportation mobility cloud™\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6609651635431155,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rudy giuliani\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5775785838615697,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brown\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.649910344401162,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8131064176559448,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fjall\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.634383046147752,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"formula e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.989602789738597,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6101332902908325,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rx\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.7561562075290587,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9775420427322388,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hbo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.549843375714022,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s-series cars\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6041872036802323,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ironman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.223340790454884,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"matt becker\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9012345679012344,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.138665109872818,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rimac\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.267049512871061,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kimi werner\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.435249901726733,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7582641839981079,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"juke\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5843472258175857,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500x trekking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8500011284898545,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8283164501190186,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volvos\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.735121200318997,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7552604675292969,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fabian cancellara\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.555014868883482,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v first look\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1590952812817763,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8948080539703369,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"waze\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.699123313271224,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5176783588881886,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"patryk mikiciuk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.006712153991235,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taos mesa brewing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.600248292985723,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.407921421295128,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2657797932624817,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"arthur ashe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6186412315930387,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frank shorter\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3920718316515166,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8197879195213318,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north face litewave\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3573508410764297,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"giro d’italia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.192945685935744,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"packlite hero 2-in-1 supercharger\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.494041070773744,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pajeros\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.306352692669538,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pontiac\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.905057625601432,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20194780826568604,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b400 six-speed automatic\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.622441520467836,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7895482778549194,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eric trump\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.829423048546554,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"joe johnson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5639199825305954,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"accent\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6913637833620068,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.39727234840393066,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4023527249333703,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"beti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1232726683999505,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brown girls climb\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.615520282186949,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4691358024691357,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8056737780570984,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 370z\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8476589797344514,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra hd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8486840893603698,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"62 sedanette\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5977881689304536,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"peter blanck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6977106556394577,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ux\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.896167311590197,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti type ra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5038635758060224,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blazer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7273585852025297,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5203462938467661,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"angus mackenzie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.383906337721941,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6641966998577118,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suv\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.672474578787204,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1296769380569458,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. chamber of commerce\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.470024247135692,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8185811042785645,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"journal of physiology\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.848401196227283,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8613139986991882,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"otterbox\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.699123313271224,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6640680212777688,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.600704856894233,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carplay\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6963913568059668,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas cross sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.15263557623987,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5573289009431999,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mitsubishi\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.528180354267311,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"axel stein\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2476921365810254,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8718140125274658,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang shelby gt350\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5923581809657765,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.42316000210737,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"european union\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6913305287470104,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"combs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4909104250362297,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6968398094177246,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carnegie mellon university\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4336221156811613,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"isis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4304712578565453,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sentra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6120684939001033,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford motor co.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6650235278780148,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6606184244155884,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman cooper s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9759706086783835,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvid cycles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.427782299224339,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6104832887649536,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aston martin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.06987927153673,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.021325886249542236,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"becca\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3442796849256324,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8116555213928223,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"d4 cross country\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.212625581046634,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nick rodgers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9910083493898523,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bougerv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.583568245462242,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.983546018600464,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jae bong jang\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.817538546517719,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mass ascension\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.27438353328321,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ux 250h\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.579418951941352,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grand touring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1275962625721596,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8579059829059834,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"run toyota tacoma trd pro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.48080859057392,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tommie smith\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.515017595547917,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reza zarrab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3106439773106437,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-5 miata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"opel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.949923568521281,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8934427499771118,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"titan xd pro-4x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.700722455753311,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-30 debuts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.711552507851502,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.551774674654007,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.6569397680508784,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8560360074043274,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini countryman full line first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1003854533266297,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kuhn\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.089608820961743,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"raptor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4324771003601597,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6977872252464294,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"renegade\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5919470267079827,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jules verne\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8862832681928157,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7131131997008064,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pacifica\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9866349811637054,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8553323745727539,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvettes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6338225017470296,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dealbook\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.888446215139442,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blake griffin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.694434144934701,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gran coupe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.616307634164777,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider abarth vs. porsche 718 boxster s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5925925925925926,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 tradesman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 mclaren gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8940909257427556,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.22910332679748535,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carrera s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.187393305128776,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"title iii of the ada\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6984751692143885,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8452235460281372,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"insight\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.269275248639897,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"navigator l\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.599735183320279,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.35541963982331,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx trim\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3072860200706087,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8864431381225586,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olukai alapa li\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6859423785218843,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model s 60\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2851879416007423,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7202656269073486,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acura rdx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.628300946686597,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"professional ski instructor association\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6756665825553037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"united states olympic and paralympic committee\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4680651910582534,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wilco\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.16926701721116,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ukl2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.354697312927049,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9185319542884828,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bright white 2018 ram 2500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3967188665175247,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"715-hp\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0776737463289794,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8929612040519714,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"feedback sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.326986941824147,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5268080631891887,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.549382716049382,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd update 3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4132358123101247,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pearl jam\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9421531513581725,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"i-4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.138401559454191,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"uber\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.630724320379493,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.18699750304222107,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"i30 n project c\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.028862189064615,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3296545147895813,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mdx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9411764705882355,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zonda c12\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.517066806325055,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20539245009422305,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nytro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5705073696145124,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.24355974793434143,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"california speedway\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.53050892619238,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.978079319000244,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsair first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7981889705336602,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.08037546277046204,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gizmodo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.606926684381344,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3140169084072113,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cvt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5043724279835393,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"partridge\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3671420336050413,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6154732363564628,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acura\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.003881234081392,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.42264794930815697,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chevrolet\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 2.158915672429186,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7648645639419556,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tradesman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.692999357739242,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.12677961587905884,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent update 5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9027042915931807,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sunny king automotive group\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4427631515010155,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8378089070320129,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"runbold\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2793209876543212,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"regional medical center\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0464020901179367,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8400897979736328,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xt5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.367171004711458,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9176723957061768,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 escape\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.650016485328058,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20728620886802673,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt 63 s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2026089903903414,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apple maps\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.569632981397687,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8854032158851624,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sport sel first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3562495361092566,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8303074836730957,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"americans with disabilities act\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.162464466691386,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"8 series\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2368445406926165,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2010 oregon study\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7001950795054253,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman s all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.653236885636583,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"usopc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5352970420084513,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sebring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7314516305923462,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"romney\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.697799614915303,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5384729901949564,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bmw\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 2.9783058564845595,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"telluride\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5701252723311545,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"josie maran\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9961870916393654,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark waldron\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.046484383450803,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 1.8830184115288362,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"continental structural plastics\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.166192826233974,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.43324992060661316,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reuters\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.770579767046198,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pirelli p zero corsa ar asimmetrico\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6620958185203993,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.13065603375434875,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michael horn\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3190621814475025,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 rdx advance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.67130299035236,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5736555258433025,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bentley\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.5707183693760873,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"360 modena gtcs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7511107400914563,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"democrats\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.940200176937221,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-30\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.067019400352734,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9564603567123412,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"levi’s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9851163050459353,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2440876066684723,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"adam goucher\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4528380576638633,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6967476308345795,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette c8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.659818791884948,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger hellcats\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8579760863225427,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7738088965415955,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mission e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.042995966263293,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dmv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3249526899161936,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9515773057937622,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark sisson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9801073157963616,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"colon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.648390429432147,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"widebodies\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8363314771081765,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8698369264602661,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"janji\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"liv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2466417750311143,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s-max\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.131133453639254,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"flex\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6627788009003486,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.17044612765312195,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"newton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.850870927497309,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.815432071685791,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"albuquerque international balloon fiesta\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 4.624429433309175,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"matthias mueller\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.0069904033211396,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2440876066684723,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"steve magness\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6232279419119586,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rex tillerson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.624274539490285,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"state department\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.579736365986043,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"edinburgh napier university\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7433809311319353,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9081605076789856,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fitrwoman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.700823685271585,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7290478348731995,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lf-30 concept\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.545725820607338,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vantage amr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.477947912576888,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.400072275792787,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-30\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.690387635341764,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"flying spur\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.677605301379811,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vib sale wish list\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.100321646431627,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5456194877624512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6976519002662793,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsair first look\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5306936771025166,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.09072533249855042,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"williams\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.805581256249942,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"84 games\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.235999885293196,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b2\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 6.463585061325962,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra 1500\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.4946892029186296,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hoka one one speedgoat 2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5887298341286074,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"maruti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.456072351421188,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8642747104167938,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suzuki\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2191515495086924,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2362980842590332,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"crew cab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4005907748239035,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"santro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1134437048415546,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.18048179149627688,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mary mccarthy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.883103022132344,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harvey house café\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.523137650121777,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x5 first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7452891487979207,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"r2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.662282538884701,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"united states anti-doping agency\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.660428212349717,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acura mdx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.700318234139075,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9451631903648376,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v60\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8773793714032756,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"griffin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5313753126971217,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.10019755363464355,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tony martin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1405839214058395,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-350/450\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2964977836392277,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8941890001296997,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"z4 plus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.533386730006168,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wayne smith\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6789148107266745,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150 raptor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.157771205933437,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"plos one\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0864197530864197,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"international olympic committee\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0428869145552264,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.10844197869300842,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tilley hats\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6962365591397854,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.375752448907034,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"andy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3332719120447147,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 frankfurt auto show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.551921858852552,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"accord\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.549382716049382,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.745212733745575,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa sr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.601053203340053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne s hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.281746031746032,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150 xl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.449305813043299,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m235i\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.684511103621316,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9904688000679016,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"public lands day\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4561258506212633,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"renault\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6785379523405513,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7047902941703796,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mclaren senna\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.152978596134608,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"marino franchitti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4251313403256867,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cgi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9648010293171585,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cassondra spring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5577449370552814,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd long-term update 1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.079193764125271,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2021 f-550\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3950617283950626,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"copses\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.809659004566242,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8997520953416824,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rei\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.727272727272727,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6861768960952759,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xtraboost\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6711334450027913,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carbon-fiber\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.41854124062713,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9121333956718444,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rajesh goel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5321105732016114,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ian griffiths\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7038710397144134,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.786441445350647,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"christie aschwanden\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0251054231636756,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"remote touch\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7154830671650245,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8051061630249023,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elantra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.626611348333889,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9101632833480836,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln continental\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6246420511653485,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.19735243916511536,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"costo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.098876155677351,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"clendenin method\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.560678295660628,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apache 2.4.x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.358555135877347,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2993868812918663,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frank\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.5729269092100946,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"quattroporte s q4 granlusso\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8410725593566895,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mahindra roxor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1876585645306488,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president recep tayyip erdoğan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.940590111642743,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yahoo sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6012971496842465,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2727934817242477,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.30074816942214966,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.212660149626045,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7204014360904694,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"android\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.656622724419335,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic type r tcr first drive review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1051844373399144,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9339536428451538,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lyft\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3599568631415764,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"thomas test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5057069648264623,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ed welburn\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1312360889931923,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mathieu van der poel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.464411674859063,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"w. chris winter\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.16884776749743,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7308799028396606,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gla\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.230514651197382,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"liu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.696745342536926,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.24827098846435547,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"domino\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6972576753780135,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"power wagon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 11.983784476379705,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.676842212677002,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"instagram\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 3.440496333897349,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"urus is the fastest production suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6981757877280264,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.827582836151123,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti s209\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5352977286678944,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2128455936908722,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jonathan williams\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2585836792956537,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6618980677526944,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"creo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1852240590104666,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8250913023948669,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kitsbow\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6963258078795924,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7697142958641052,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pistons\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8392529930597097,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s trim\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1795808966861596,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motec\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3033666703300733,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8941890001296997,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zupra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.495932697034625,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bmw ag\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2918619612168,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7417251467704773,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dna\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.465364210102839,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7541159391403198,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.526881520659335,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7855233252048492,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.665123456790123,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9115938544273376,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"genesis essentia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8503994190268696,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9081937670707704,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"laura mercier\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.040987034713509,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sportz truck tent\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5877069932293577,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.39886921644210815,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chrysler\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1148111514085794,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"icl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1749350146562687,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7038072347640991,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"venmo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.357931866703797,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carol ngo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5952640250202452,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"usada\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2916094897114427,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5090501308441162,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincolns\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7489141788993345,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.517027951677243,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"japan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.664469554300062,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"woodward\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0910571845860013,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pinehurst lodge\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4435913128952698,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7962331771850586,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lance armstrong\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4877950299159415,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john stirratt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.483606557377049,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"colorado\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.244911578244912,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent back-2-back test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.555274317168153,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6839957237243652,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"altima\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.5290902543000207,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.10019755363464355,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"luke rowe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.463436147633618,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.959041953086853,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-pace\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.371508277355651,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"georgia gould\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1923476582795223,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lennard davis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.736733728469265,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.746999979019165,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"evergreen mountain bike alliance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9571189849038433,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outside magazine\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9256082062454611,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.18002408742904663,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the ordinary\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.139970829447911,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8276146650314331,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"riley allen law\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6289195282296487,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bolt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5353535353535346,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1258251965045929,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"thermopylae\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.470981747297537,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8383166790008545,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mikey garcia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3511029751668793,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9194484353065492,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acorn chalet\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.363708108504937,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.30761080980300903,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. ski and snowboard team\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.318711014862939,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of oregon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5088348516366596,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.06891739368438721,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"allen murphy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.529121421520237,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"new years\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0230697183803006,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.719693660736084,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sessions\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.004197965243454,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7779529094696045,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"magness\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.248170437237639,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8239728212356567,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"franz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2638084202394744,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mondeo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9050464807436924,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7351176738739014,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"parkview\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.669619848390798,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.13065603375434875,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vw america\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.669034247329589,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bascom lodge\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4503843466107615,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the new york times\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.338326071169209,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kate somerville\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1303806279078286,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"idaho conservation league\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.694037064656006,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne e-hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.285276327781921,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.0799628496170044,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.920406146783667,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.431466668844223,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"land rover\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.3871847307430127,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9121333956718444,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"honda cars india ltd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3445212240868707,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8823030591011047,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"duluth trading company\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.184662910735518,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stinger gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.0832654368566885,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7821625471115112,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"patagonia\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.699415906773766,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9032248258590698,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acadia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.080326130671639,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bridgend designer outlet\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.166909018333191,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"community association of big sur\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4700109863508555,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 new york international auto show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0411270165871396,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7251830101013184,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tata motors\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5704989818259767,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20569971203804016,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"greyhound\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6527858053743616,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8345184326171875,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taylor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.695114852033172,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acuralink\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.312741692651306,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7916969060897827,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kim reynolds\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9329723710231745,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9003094434738159,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sky gate\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3317398472832442,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9648191928863524,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6754700213835423,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9883685111999512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the big outside thank you for providing a wonderful blog filled with amazing photos and inspiring trips\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5234679964886726,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"romano artioli\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.11929649908744,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8369476795196533,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"matteo trentin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9718701025610503,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9057348966598512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"holbrooks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.525958831486966,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8842061758041382,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jansport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.433835971793517,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6481262668967247,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kicks\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 6.5807317376931636,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7538920640945435,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robert bollinger\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.695169824202083,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2018301784992218,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"department store bike\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3963499468041567,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michael mukasey\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7018420783185793,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ultimate overland solar-power setup\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3624080224664814,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.665741503238678,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the adventure junkies\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.496303670519698,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.07109686732292175,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"martin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.649766271125495,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ssc tuatara\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.113800638762817,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8297768831253052,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"veyron\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.372153497529626,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cory lutz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.907458627850883,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.02491849660873413,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2018 tour of california\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.613369467028004,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"explorer first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.18522189186213,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mike\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.044239973976486,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"napier\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1931393865998774,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bike peddler\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.43528110682285,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.840800404548645,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"d5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9012345679012344,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dan akerson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.75414303192081,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stinger\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5889605975097547,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"joe martin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4161382225898356,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yeti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4787123572170295,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.604497354497354,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0074773928578007,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7473441362380981,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"powerstoke\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7018293597240963,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8067173361778259,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"new land rover\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3514796203238415,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reuss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4875194042074997,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"socal\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.916503177405192,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6571540236473083,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fjallraven\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6464646464646475,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.206527978181839,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"armada\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9198270409078464,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8137685060501099,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"give back™\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.489810384547227,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8383166790008545,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lamont peterson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8252611585944916,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7753380537033081,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"consumer reports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9749398390175088,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru forester\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.704291593180482,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suvs fort wayne, ind.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.17162871360778809,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"roomba\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3822366055375768,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 quail motorsports gathering\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6605719643694328,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 duramax\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1387869350832314,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.975471556186676,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mountain gear xl dcf11 roll\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2198525316037427,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"miir\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.143128374686264,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"countryman all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4445550577954758,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gianni moscon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.869517668368243,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.48606786131858826,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"evans\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4847982310668875,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.15560385584831238,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sp sport maxx gt600\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0366859750746005,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"james riswick\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6167623022083117,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.90324205160141,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8594771241830066,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c12\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.37299496794781,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8438688516616821,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sunski\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.700318234139075,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v60 cross country diesel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9877290300890906,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"naca\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.039421789297966,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"avalanche\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.78473962684489,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"treasury\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5063617472858395,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ex-l 2.0t\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.496921238856723,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"punto\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9701248209535502,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8649942874908447,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"merry\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6020776874435407,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8410725593566895,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"roxor utv first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0255884075381907,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.548097338527441,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chevy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.34911400106472,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8515431880950928,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"department of transportation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2842406164553815,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"db11\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7003219435651866,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 1500 ecodiesel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.349038084020416,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"richie bonilla\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1269285178539223,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1738562285900116,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 versa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2122891726903045,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8115154504776001,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"doheny state beach interpretive association\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4293552812071333,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7705569267272949,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback limited 2.5-liter first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9037643448459625,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8876183032989502,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2300004522226744,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rubicon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4456704587574487,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.24255040287971497,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gucci\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.60271052656074,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oregon project\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.065115152869742,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"amstel gold race\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4238683127572016,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gm north america\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8629798991686783,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.799746572971344,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.311688197813295,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 tokyo motor show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3518518518518516,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8325594663619995,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the man\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.873949295740018,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6827030777931213,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape hybrid\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.9022739754079283,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"times\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.301046999677137,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"7.3-liter v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1663735106182114,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7550705671310425,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kimi raikkonen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4546632000990445,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ohana festival\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.558503204113588,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"smith\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8835978835978837,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rheinische post\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8337277346687944,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"h1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8630972362090183,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"axle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6717112706096176,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2215936779975891,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 tour de france\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.69732244657766,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.19099923968315125,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"miguel cortina\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5190220431912276,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1811073124408722,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.089522677757972,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"leaf nismo rc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9188872130048604,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"p100d\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.622949014425725,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pete spande\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.124782891878063,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6392529507478079,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cadillac\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 5.809355380129258,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elon musk\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.6216423217900324,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wwj\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5067750677506773,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"peter sagan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6814251029816947,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tillerson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3654994945317527,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nasa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.615520282186949,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon denali first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8897840897021563,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.759239912033081,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"7 series\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.346613915821539,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gopros\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.809515195595096,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.737735778093338,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyperlite\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4429230785045384,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7985212802886963,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gopro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.384402686078664,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jetta\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0640898579451603,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8270961046218872,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"burke mountain lodge\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4943200080814756,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"panamera executive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4736316797496696,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pathfinder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4233324922196995,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1968 games\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.316364172937878,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.26259151101112366,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nba\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6465620437799697,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7229285538196564,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c8 corvette\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8436832822797733,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8185241222381592,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"costello\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.511184451778511,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8335280418395996,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"maven\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2742887815351582,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vo2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.812683715461494,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.10256579518318176,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wbrc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9983100971694128,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"simone biles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9351758229412424,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tumbleweed bookstore\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4662391375063897,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"railyard fitness\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.516837713313954,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.025995850563049316,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dan flores\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3855549952372948,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1922844648361206,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"achim anscheidt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.709404194715784,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ranger\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 6.657004275927919,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5241810189826148,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tesla\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.0630554854627525,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"avery brundage\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.779327444599411,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7496223449707031,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"clubman s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 quail motorsports gathering mega photo gallery\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6036209907177645,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"juliana\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.327861298312309,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bev\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9498201996969864,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8910603523254395,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"all trails\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9915946962487805,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.35996751487255096,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"polartec\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"squares square\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9411764705882355,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 pebble beach concours best of show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.118831998142343,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rx-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6601777480291537,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.786441445350647,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"good to go\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.139970829447911,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8478668332099915,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"riley allen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.137419535404422,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6961846947669983,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ultrasuede\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.598701794578083,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7768446207046509,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc90 t8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6244954049643563,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7832909822463989,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"locker\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.308836971225915,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"drees\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.684080032289685,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rhone\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.021418345997137,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"safari\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5062945664917637,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.21993502974510193,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"power dry fabric\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.002577227406164,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4236619770526886,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"facebook\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 3.685849749052749,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.756572961807251,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oakley\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.017804824241369,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president donald trump\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.038605230386053,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-59\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5824544227122663,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.47826507687568665,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g-1000\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 11.048856009586748,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bollinger\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 1.8846197056510507,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9515894651412964,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national park system\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2494716939161385,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.21976658701896667,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mk v\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9971425158723597,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9236135482788086,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-pace\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1092246584951986,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2207786738872528,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hot hands\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.117800815169236,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fox 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.468874881555638,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"228i gran coupe xdrive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.695413891882431,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9607560634613036,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vette\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.599735183320279,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.719454288482666,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-5/124 \\\"fiata\\\" siblings\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6205781841692066,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"americans\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"war of the worlds\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.109537820263099,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"msb\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.338011896918832,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kinetic revolution\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.544798924336878,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1258251965045929,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sparta\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.601706852266136,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"park tool\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.609221466364323,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q3 second drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.494586179655189,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"doug lawder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5629196447909894,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.967221736907959,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g80\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8386939571150096,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ibf\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4050179211469533,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator sport manual first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.571228659389868,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc60 t5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4078374184381253,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"php\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4800435079180723,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark cavendish\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.859984165737067,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6732586622238159,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 2.9858051884483605,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bollinger motors\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6671588013472296,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aston\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6295357461390414,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"joanna zeiger\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.253475497622655,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9655674695968628,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mapcare\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.862850530640323,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6889528036117554,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"idrive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0335783254071194,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"monterey pininfarina automobili\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.443155712444668,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"le patron\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9560960482013114,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kevin iole\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6993498200394757,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6598209583991577,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"peugeot\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.48307302203879,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nv200\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.392712624237299,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mukasey\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.454573448610453,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6987307369709015,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"at4\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.5486906936832203,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"clendenin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3608305274971944,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frankfurt motor show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5894538606403015,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gls\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9633284600389862,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multimatic\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.190251836894946,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9339536428451538,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"prius\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8386939571150096,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ibf welterweight championships\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6964807591870295,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g70 long-term arrival\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5702165207357632,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.938194453716278,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-6\\n\\ngenesis motors\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6162790697674416,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7511594295501709,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the trapper grill\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.348282016956716,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7875425815582275,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cj winegar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0695650560380017,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. court of appeals for the ninth circuit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9810508182601205,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8517947196960449,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sten jacket\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1385281385281387,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8908244371414185,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"combi corporation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.595923966294336,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model 3 dual motor performance quick test review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.288255360623782,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2656824290752411,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"le mans\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.995376380845026,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.32538551092147827,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"henry ford\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 1.966662948088651,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"australian institute of sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.827996704527572,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9491759538650512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"avocado\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.602752378313476,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.29303547739982605,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"land rovers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8464680219066185,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7386735677719116,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"david costello\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1024068398229137,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6172917187213898,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elantra sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9675925925925926,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.18002408742904663,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aha\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1654705930875195,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harney county sheriff’s office\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6653020856374927,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6632168367505074,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"genesis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5421331759688175,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"expedition\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5839778346590343,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"holiday inn express\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0200335436762757,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.915718674659729,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"salomon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7343592229088416,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.825053334236145,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"joneses\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4222149098753243,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8584374189376831,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wagamama\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1788108583360812,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"andrews bald\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6038905878355423,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lancer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.52799095391688,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g-wagen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9063786008230448,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the sunny king automotive group\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.581711910424344,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6369044482707977,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taycan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.382151152387124,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8217222094535828,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rebel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.39310510835808,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6088181734085083,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mkx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3072860200706087,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8864431381225586,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olukai\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.143445032333921,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7246272563934326,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pininfarina\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.790302827877978,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"los angeles times\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.216785080816517,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5127681742111843,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeep\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 6.230577667982562,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frontier\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.5037454248923785,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ernest hemingway\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9358305674095146,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stockman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.666814224583149,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang shelby gt350 vs. porsche 911 carrera s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1757284402013224,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v60 t5 cross country\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3298282509638972,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"autoblog\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.290266399396713,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6025880575180054,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"palisade\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.558469758006914,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eddie vedder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8475544922913345,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wbc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.1154548301621,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5982554852962494,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b1 suv\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.6998295366496206,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8212368488311768,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman cooper s all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.492222500486963,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bmwg.de\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6202869536202877,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider classica first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.527297940141977,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a8 l\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.340941141542344,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ada\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"beasts of burden: ford expedition vs. chevrolet tahoe vs. dodge durango vs. toyota sequoia vs. nissan armada\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3676784553977535,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0427563304275633,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-53\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.620899265768741,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scottish borders health and social care partnership\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1584836339345355,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of illinois\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5637381567614117,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.21014904975891113,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"macan turbo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2456501242821636,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7096580266952515,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bridge day\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8220451527224437,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"johnson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.259259259259259,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8073382377624512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mpv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1793272864701434,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8858314752578735,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jason cammisa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.566256004337409,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5744055410226186,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru outback\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.059454433304794,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7816658020019531,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zf\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3331489777482806,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"steven kruijswijk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6948609831243657,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"salazar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0225946788950306,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dbs superleggera\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 audi q3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7018683698564767,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ann arbor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.073658964069923,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-600\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.221929091735186,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8905970454216003,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pboc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.141115799343648,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harley\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.244410308926438,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"imk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4655733344991657,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3263888888888893,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8088515996932983,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot sport gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7932960893854752,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fourth-generation rs 6 avant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7485530179910476,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9775420427322388,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"big little lies\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3414008067473415,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"skype\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.062954343016407,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"munich\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.577093246514733,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford motor co\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3561141229943594,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"peakfinder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.225183468520665,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"galaxy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6189727912535834,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"arizona taco festival\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.040716759226449,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q7\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.4691358024691357,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"boston marathon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1000730460189923,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 1500s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3236136689175364,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1946479082107544,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jackson pollock\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1338736469342683,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sky guide\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.106939735567868,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9822077751159668,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9333333333333336,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aventador svj roadster\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8716061633451861,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8761681318283081,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ipod\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.409980024772124,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7351505756378174,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"james\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.698150167615817,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0254048017867112,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aldred\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5561457872214843,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt350\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6093856686781454,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"psia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8149516859349175,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the quail\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1537943799427897,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7665990591049194,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"django_settings_module\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1740073406740072,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9178590774536132,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"golf r\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.700944426451864,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6165188749631246,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6661920291519303,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9057310223579408,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas se\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3423707139244367,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7388443350791931,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mission: impossible\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.350201869365632,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7753199338912964,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"egan bernal\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3590686274509802,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8859129548072815,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"shiseido\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.390767850131808,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"centos\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.701328925745443,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini cooper hardtop oxford edition\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0676639942694988,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9148297309875488,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"panamera turbo s e-hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4131936972479258,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.104476660490036,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"super duty pickup truck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6999644773496363,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"django\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6976519002662793,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3980853498562618,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-series\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.417823497962871,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"élie gesbert\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4521531100478464,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8383166790008545,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"shawn porter\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5062703374648088,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alex\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.405746460040636,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9527910351753234,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tommy hilfiger\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.690354535494978,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.592065749960487,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7667396068572998,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mansfield\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.82258064516129,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsa-e compact electric hatchback\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.700674502201219,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v lx road trip\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0955782686742137,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7628457546234131,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt2 rs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4455077086656036,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"porter\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6887694145758663,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd review - long-term update 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 15.986277132897849,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.47966761142015457,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"toyota\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 2.2076702811810542,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carnegie hall\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0840933060363542,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"240z\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0297417191492597,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"united states military\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.811917547841813,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"larry burke\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2933420725162197,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9092282056808472,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of california\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0134426595269974,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stacy sims\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5500268252539304,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iran\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8714796876917696,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"crossfit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1670875420875424,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5449925091502155,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"close range\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.615938213094611,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-series super duty tremor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0789161774029052,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"keith bontrager\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 4.8888746531823175,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4213769882917404,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dwr\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.0770182698459325,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7676984257884802,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8583544492721558,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ykk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5856326124782503,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"911 gt2-rss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.352845796575699,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sync 3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6757148625334946,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the sell sider\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5978519625754304,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"professional golf association\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.611988547150642,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.29303547739982605,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeeps\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.602119716720707,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"endurance coaching summit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2792022792022792,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"colorado zr2 aev bison\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.042622831141823,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multipro\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.426141647731086,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7344152927398682,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trax\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.932098765432099,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8051629662513733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nurburgring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1516535215165353,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-53/59\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3329378497557887,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc yukon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2085634979525652,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"google\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1430726678400807,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7528355121612549,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kristin armstrong\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5321105732016114,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ian\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.823338099643929,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olympic organizing committee\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6990689243192025,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2 series gran coupe compact sedan first look\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8331158113698853,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.035637652766116,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8049623966217041,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.743958173375745,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9491217136383056,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"adidas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6377772321793924,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.187527975391179,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8115154504776001,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"san onofre foundation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.442838952554947,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8228080868721008,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"david leadbetter\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.08996285398617,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5390151103337606,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vw\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 3.2533515110202225,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8073382377624512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"premium suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.242488748676949,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6052916049957275,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b1\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.634383046147752,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"formula e race car channels japanese heritage for season 6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5700924589813474,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"markus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.212685849341798,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"spotify\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.699415906773766,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20709091424942017,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acadia at4 off-road\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.127691323135037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mercedes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8009687290570286,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5009520351886749,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"christian seabaugh\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.499124982711736,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5666926801204681,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"supra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.725677306131403,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.905112624168396,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outdoor research\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7563047409057617,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dollar shave club\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 4.668557056550692,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9531819522380829,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bose\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.749140893470791,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 sonata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2167609969218547,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"montanus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.931517299766483,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silao\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.304130546627439,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5513489226500193,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"porsche\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 3.537101114955786,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9317909479141236,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander awd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3178822994773918,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grand i10 nios\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.69995501574449,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8067173361778259,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"land rover defender\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.017555667732346,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7832663059234619,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hitchhiker's guide to python\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.148005295086807,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7585654854774475,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"great american beer festival\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.448501505038607,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the web server gateway interface\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.562862561356538,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trainingpeaks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6432233166292267,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"akio toyoda\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8000606853653447,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tom wolfe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.032445832232271,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tahoe\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.1365232398976373,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"holbrook\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.700823685271585,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lf-30\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.589557242807855,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6093476315339406,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"infiniti\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.2852639873916467,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7527228593826294,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"biermann\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.698993880441492,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"countryman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9375658886362253,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6525530815124512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corolla\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.089644370738898,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.19293373823165896,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti s209 a\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.164975706693649,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7507350444793701,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bear attacks: their causes and avoidance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.248337845553161,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hemi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5565087145969496,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vibrancy argan oil foundation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4153005464480874,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zr2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0360601747188034,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"saikiran nuli\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.521474092546412,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.29303547739982605,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"darien gap\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.373703517494367,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8051410913467407,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john jraiche\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5244321515380106,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chloé dygert owen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8622072954566655,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acura wins\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.607752830550759,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"6 signature 2.5t\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.975866675376892,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"icon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.903411480817338,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gordon dickie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8597704172134399,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sony\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6440267054567155,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outbacks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4334519704890076,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2517668902873993,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"amg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.969467967680312,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6581059694290161,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500x\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.050627762060613,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hotel luna mystica\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6106224344475155,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.923364281654358,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"go fast campers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5896085659118846,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"508 rental car review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.259345329271822,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7971403400103252,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"amazon\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.018170985999404,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvid corax\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0347655596203045,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8279374837875366,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"law dragon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.767916250302407,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.796514941887422,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apple\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.823202290496641,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8280913233757019,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"briarcliff motel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6111490433489615,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln continental awd black label 3.0\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0887166236003445,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2016 geneva auto show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8858932461873636,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"inkey listniacinamide\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5009636117312577,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent limited\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6982212475633527,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt mk ii\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.858832882660882,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5776785413424174,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"911 carrera s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9696363029696364,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 ascent\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9999076383116283,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1621767282485962,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"overland journal\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.550997434903763,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john clendenin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.347081511007769,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camp\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.448652550986483,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8835151195526123,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini hardtop oxford edition\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3442796849256324,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"d4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.843518269075366,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6170849137836032,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volkswagen\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 2.073090789904949,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pelletessuta\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4191676004158973,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8020098209381104,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"revel ultima\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.460246049598711,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7604477405548096,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"winter\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.2758876454494565,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7717252671718597,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.4492978279724666,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8228080868721008,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"butch harmon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.162484170956286,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"explorer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1148036253776437,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lusso\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4797588285960384,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8246913552284241,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette stingray first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6301186915712056,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.24210861325263977,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"winterkorn\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2195298536165975,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9613406658172609,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zach gale\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3118975625683174,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.06332576274871826,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xterra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.223593964334705,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9814133048057556,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"groovy commute\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.065817997324847,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-750\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6806946613910902,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6720915905066899,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"joey london\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0437913641797136,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"credo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8850187603589,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4691297709941864,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrangler\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.682106424041908,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc sierra denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0905315529240034,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9240993857383728,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hudl technique\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.477350888354125,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"focus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5261370862277897,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.971095085144043,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 x5 first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5031011873117137,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8383166790008545,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kell brook\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.915045205977563,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.40776812367969084,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gm\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 3.700669124675679,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"740e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.165490521654905,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-650/750\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 8.715104212870434,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.34393417835235596,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national highway traffic safety administration\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 2.729118532521179,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"formula drift champion\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.512424673302187,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dieselgate\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8741328047571852,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ann arbor area transportation authority\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.413074476253153,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8584374189376831,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carluccio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.008834076795242,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"velcro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.369081251085695,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6786346435546875,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hellcat widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5510071474983755,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0575589267456964,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8657316565513611,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c7\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7543888613725165,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hummers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1626769982934366,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sohc 6.2-liter v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3723245395719266,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7753199338912964,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"geraint thomas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4212178279974887,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.167485164722734,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"irobot\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.358641041444874,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stephan winkelmann\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.602693602693603,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra hd 2500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.434635247023726,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8816715478897095,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gregory praxus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.649870801033592,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"abarth 124 spider\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.664469554300062,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"woodward dream cruise\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.476572958500669,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1198892174811057,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8769329786300659,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sisu quiz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7998017839444995,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of michigan transportation research institute\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5911529904462762,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8551286372317717,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9515894651412964,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camp 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4408007010746733,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"super duty truck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5035035035035036,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent interior review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.564218331314467,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7978091239929199,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"consumer electronics show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8815143383896467,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9525496363639832,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mushroom guide app\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4075906683526673,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot sport 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6146017048794823,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sunny king honda\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.434183181177169,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.08490115404129028,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"guillermo robles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2943518751104786,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7645535788858266,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pccb carbon-ceramic brakes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8557504873294346,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ecoboost\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1180953450923115,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"café\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.293181031498788,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a250e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5127442689436315,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zarrab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.694037064656006,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne e-hybrid compares to our 2011 suv of the year\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.432689291184558,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8228080868721008,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hank haney\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.2383204227476865,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6775680780410767,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olympics\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.248873502582702,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 4.515601221171526,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6135918200016022,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"black diamond\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.439307108811365,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7887377738952637,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stade 2 tv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.658752680547256,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7574289540449778,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g70\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1713982287458986,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elmore leonard\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.534750613246116,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.807513952255249,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"venetian\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.680486341017821,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.669681327683585,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the big outside\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.58130292033869,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lf-30 electrified concept\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.262894796637128,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8073382377624512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"marazzo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2088076665104697,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8490312099456787,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"turbo vado\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.991609338504095,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7254837453365326,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xt6\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.4295442737326507,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7434842249657065,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9368841648101808,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stephen hawking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.56022690604238,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5692111551761627,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc90\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.2921810699588474,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hybrid i8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7458168828727203,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.746296763420105,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gen 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.68467941757844,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taycan foot\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9117315284827976,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carb\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.475577026301664,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9134721159934998,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model 3 long range first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.087503250492217,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.26739072799682617,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"justin bieber\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9672133550249895,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"united states\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9915771244145313,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cadence\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.698954147787182,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8650822639465332,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cooper hardtop\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.574504737295435,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider first look review abarth\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.241320458951313,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8395589590072632,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of washington\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9552243947982788,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 pebble beach concours d'elegance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0163270601098975,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.915718674659729,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"techamphibian 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.553299492385787,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lamborghini urus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.628036476362448,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5516840144991875,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model 3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6951233053713293,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7477144598960876,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 lincoln nautilus black label gets right and wrong luxury\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.611945278611945,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic type r one-year\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.063984548505213,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5669782981276512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jaguar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0282143185368993,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multiair ii\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3731166412730658,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"passat\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2348356009070294,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8508425951004028,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"theodore payne foundation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.699517150911273,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.19053897261619568,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5657983991317326,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1960473358631134,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mopar gladiator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5292434927917977,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hydro flask\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3720287451630733,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"anchor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6418651636597086,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cairn\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.14275871572275,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia telluride\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.22202936881836,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g90 v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.557749126720919,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6248316466808319,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"awd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.629032258064516,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsa-e electric car\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1261942782875214,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5598577459653219,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6057221242406428,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9492545127868652,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider first look review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6173334819272633,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7656641006469727,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7501225232794235,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gr supra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0316606929510157,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"turbo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.86106212032138,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gwen stefani\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9012345679012346,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rav4 hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.589156166475754,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback first\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.91491071633766,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.45549994707107544,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"general motors\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.3315732568957284,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"phantom\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4398435702783527,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7123849987983704,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"indiana jones\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4992581802487117,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"murano\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.434635037857596,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"miata club\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 15.47593725349143,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.414355843514204,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"epa\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 3.364757002722763,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multiair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6741780045351473,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camaro 1le vs. bmw m2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1285520728191982,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"andrew brunson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9633483830708807,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.629817464344932,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln aviator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.259137876098138,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.30074816942214966,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s90\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0460845364087388,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2440876066684723,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"propublica\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.699517150911273,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2518048882484436,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2500 power wagon review - long-term update 6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.698675224224471,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger scat pack widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0486247758975034,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"waku spo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6940854735456132,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4367668479681015,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5666161360956714,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lars moravy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2956199042082557,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.17529723048210144,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"victorinoix\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8688053612524906,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7030467391014099,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.270162903420879,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia soul\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.249747802276985,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pura vision\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6443896084391194,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9222998023033142,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alexa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.345033124803927,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8560070991516113,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wayne wong\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8144465095491653,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5929592549800873,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chris walton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5988819007686934,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon graphite performance edition interior review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.186901290777214,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"panamera\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0333315079495464,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7887352705001831,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"garmin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3853734152687815,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"four words for great skiing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.147466484889798,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9825631380081176,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m&m\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8051446240914606,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"monterey car week\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.491233891930756,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.22147762775421145,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ineos\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1210822472958397,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8250913023948669,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"origin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4978912278763095,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8844279646873474,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram power wagon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8811925880786333,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9869462847709656,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a4 allroad\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.27791701475912,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfa romeo giulia quadrifoglio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2499789721591386,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6977401375770569,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president recep tayyip erdogan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3993399339933994,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"abbe-koenig\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0602517733479124,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brundage\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7145619515097428,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ice\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.973194188663802,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8649942874908447,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bert\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.647068120752331,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3209938395309138,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8303074836730957,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president george h. w. bush\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.694490510410908,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s209\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.72074778834919,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7552604675292969,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2010 tour of flanders\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6658481686106,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.14200255274772644,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jesse newton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.510304724746207,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.46399853751063347,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dodge\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.003973913358087,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6967213749885559,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cummins\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.923878843019068,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9153178930282592,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cannes film festival\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.545725820607338,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vantage amr manual first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.835735786265821,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python 3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.408985426529286,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20514443516731265,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nelson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3052039381153304,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8705850839614868,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grand cherokee trackhawk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.148239733304026,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.040543198585510254,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7999115586280823,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jessi combs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4051829607385162,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g 63\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.251793077481151,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lexicon 17\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.692218638881999,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9664984941482544,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suvs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.838279273061882,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8613139986991882,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yampa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4488358348223525,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5778536796569824,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"clubman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6209325957737244,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6730227112770081,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"genesis g70\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.697633589212006,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"centodieci first look\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.592298793350765,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"abarth\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1353735869864905,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20681223273277283,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fox\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.03181117225128,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6606184244155884,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa note\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.6419753086419755,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 1500 tradesman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3615140998653543,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.819846510887146,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"margaret atwood\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3501994208413923,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5185544639825821,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north america\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.652735304111451,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx a-spec vs. advance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4696238784498155,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6040327474474907,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eclipse cross\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.989304962162464,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2440876066684723,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kara\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6649697506271215,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rose\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3333333333333335,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"huracan evo gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1506595038434657,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"california\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2988454041085618,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eb 110 ss bugatti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0086842928372985,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lexus rx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.545026323081186,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8322246074676514,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"salomon sense\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.50896531452087,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bill partridge\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4788750684067486,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alliance of automobile manufacturers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.497789147174331,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7018601478531794,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tour de france jury booted\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.615520282186949,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4985676284018825,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.25660502910614014,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"evie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7134329992881003,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"leafsnap\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.187948801102244,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6699573993682861,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x7\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.1909233176838807,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.90324205160141,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fiata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.643061405155052,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6650128210963935,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln continental 3.0\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5991186970102635,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"running with the buffaloes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.579381692669811,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9887036085128784,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jang\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8534852989758837,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"downtown development authority\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7626362735381567,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9311941862106324,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"barrington brewery\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.372767919131329,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"santa fe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.381349302689434,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.12371936440467834,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"altima sedan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.677605301379811,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vib\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0395801544365835,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7520658373832703,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gregory\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.07804856743536,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8672637939453125,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"paris climate accord\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.658279422432897,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g-vectoring control plus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4969389307171643,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9263138771057128,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"insurance institute of highway safety\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.121552306372415,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"star map\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.77562390511473,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9758037328720092,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tony westbury\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.252773338566929,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"power games\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.677970542548612,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8750007152557373,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"one charge\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2221912114192777,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7166229685147604,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"randy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2222222222222223,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"911 gt3 rs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8369379780969672,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hummer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.704291593180482,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"andra day\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5213286681176585,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"740i\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8674676660787772,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"us census bureau\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9240754902238464,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8137685060501099,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gear up\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3685118810566843,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sweet thursday\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1227764670636264,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carolyn’s café\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6934512367038317,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd review - long-term update 2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6963913568059668,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas cross sport awd prototype first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6599425783831236,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6055900752544403,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john cooper\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1027564789622666,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8948080539703369,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"siri\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.332690488653791,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stefan sielaff\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3294371217773358,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8110095262527466,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3213432652637342,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eagle creek\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.628660720222659,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9496495723724364,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harvard medical school\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6590419360185646,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trans-labrador highway\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.597801820367508,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.588516746411483,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gto\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9149208438448322,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8626116514205933,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cotopaxi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1714253816740627,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alex nishimoto\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5497056223313206,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mueller\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.948103288754311,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.940646469593048,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s.d.f.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.699041438215658,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider abarth first test review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.09561413265117,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9462205171585084,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"supersports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9772866789441372,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8649942874908447,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aretha\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9294678385587474,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hustler\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.332407276761355,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x5\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.4858387799564268,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8830845355987549,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eclipse cross first\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5990896744117755,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"insider inc.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6555381242029745,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9149961471557616,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"erik\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5668582906172066,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.551994013786316,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"android auto\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2714647526658633,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"boykoff\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1247025137587383,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"precision hydration\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.375452334341816,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suburban\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1042255935544696,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brothers of climbing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0795610425240056,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7314516305923462,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ryan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6821774955452704,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8477177619934082,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tacoma somewhere\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3336417183211524,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9023017287254332,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"slopro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6984921827185224,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7552604675292969,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tom boonen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.402216158107996,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc40\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2598013543188435,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8096828460693359,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-9\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0235740191229805,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pirelli\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.456594354513086,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"moca\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5407407407407407,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"huracán evo gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.120305885566025,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"continental black label\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9742211193824097,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tigershark\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6262498239684544,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zeiger\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.595052793812163,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"galashiels resource center\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5786267537693983,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.84544438123703,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x2 m35i\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.785244922341696,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"drive mood selector\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.171040208077245,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-8 durango\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2021 bollinger b1/b2 electric truck and suv first look review talk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.822743457034835,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michigan economic development corporation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.667789001122335,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"durango\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.89066213301159,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"osprey\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3218168417173395,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"imprezas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.274454409976503,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7095413208007812,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger hellcat widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.578348991193028,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"continental gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7640689623123755,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra 1500 at4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.477509286843944,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elite\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6847919104133844,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model 3 dual motor performance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5956550386517816,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"panameras\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.219166674582594,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oxford\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 35.84051114407485,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4441589842582571,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sun shirts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5335002180880317,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"arctic dreams\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.226517166068116,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8532881140708923,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"merino\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.485242335416552,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2506430149078369,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rowe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2460804362644855,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8073382377624512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xuv3oo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7014169022072205,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai kona\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.019400352733686,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9564603567123412,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"guess\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8011442490157754,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9285813570022584,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hydrapak\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.850898704922677,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3521074205636978,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-350\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.307698668651286,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfa romeo stelvio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2183559706495486,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"phaeton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.654675868906595,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7120864391326904,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"airstream\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.635575374705809,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9724349975585938,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.132796205822691,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bethany lebewitz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.995154086372552,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6902309656143188,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olympic\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.701328925745443,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini cooper hardtop oxford edition first test review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9156816390858946,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"girard & co\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.449688626679776,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"quattroporte\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.523434939364143,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"maserati\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.143482064741907,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2487720549106598,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"198\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2267333275867025,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cooper s e countryman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3696906184798103,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8438688516616821,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"makani sunglasses\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3914343571982815,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1744961142539978,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"royal oak\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1018191798008314,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6525530815124512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.67224945533769,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9200745820999146,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"o.g.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.35923160091524,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rolls-royce cullinan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 9.979223720211733,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5603042380376295,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"audi\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 3.0704303307043035,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-650\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3888523271544,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1850362718105316,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eddie bauer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8859320699652475,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9003094434738159,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark levinson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.837426127812649,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ann arbor spark\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7009031716026044,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 motortrend best driver’s car grand prix\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5825545171339566,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5938480853735095,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dream cruise mega gallery\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8975643204245298,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"skyactiv-x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.066063668991772,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lamborghini\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.6173275749247478,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"i-pace ev400 hse\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.295328142380423,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.604497354497354,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.584797968368912,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7541159391403198,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"office of vehicle safety compliance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.025343044984587,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7299544811248779,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeff sessions\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.640397289520097,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"garlits\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.438441431862484,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6347000598907471,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"330e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6099488609948858,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8212368488311768,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2016 mitsubishi outlander\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6336336336336332,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 1500 laramie sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.807488721805843,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.360323299964269,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scott evans\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5792325391523785,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"syracuse university\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.67738062251778,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"la sportiva\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.700318234139075,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9668463468551636,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v60 cross country\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.354048964218456,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"discovery\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4196811523832644,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"titan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4535882515932395,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.874232292175293,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"clifton 2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0386855698428397,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trofeo rs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3615136876006435,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sport vs. eclipse cross vs. nissan rogue sport small\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3905228758169943,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pagani\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5248356827505924,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"global\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.081571095575426,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7131417989730835,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"southwest\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.6491160469362107,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8345184326171875,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5701366279878672,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f.n\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6334104546395047,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.13065603375434875,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"martin winterkorn\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7140060508987367,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.25941795110702515,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gm flores\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.560241213147995,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5130748099750942,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 3.317564807690481,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9092282056808472,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dana lis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7685092499907316,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1492152214050293,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ctr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3955974322946796,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7594054341316223,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hatchback\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.602693602693603,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra hd 2500/3500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.30485046494094,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"twittersphere\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.913595993953137,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8649559020996094,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"etorque\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.563196223746683,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7757563591003418,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"equus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.141055546073467,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"weidenfeld & nicolson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7363582919138474,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8243152499198914,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hawking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.152562970558356,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 14.743470708404525,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.45626285299658775,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trump\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 3.6923981368425816,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6850320100784302,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mopar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8138310359861824,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.18810921907424927,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tic tac\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5216608322537373,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20539245009422305,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pinarello\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4367441303526856,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8291747570037842,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mylink\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5160284786778817,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2765527665615082,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cabrio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.470701626335785,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"david zhang\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.056137265140481,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8493320941925049,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"virtual cockpit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5984268766637912,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"obama\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.466300004119804,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gran coupe xdrive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6981425870314757,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"senna\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.687380217331785,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7681506872177124,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"skratch labs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.765903947699271,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2508057951927185,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kelly catlin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5355699496207715,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aspen ski company\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8992780447006226,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ichoose\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.821891370278467,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7244102954864502,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wsd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.012193416673658,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"digital minimalism\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0347332978911927,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"premier boxing champions\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.10034477377502,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"new york times\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.448565901253259,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president trump\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5083234580441287,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7770750522613525,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volkswagen group\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5887298341286074,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"maruti suzuki\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5894482834265657,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"christmas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6661026508742247,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"transit connect\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7750356476911264,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9491217136383056,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reiss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.532798968122351,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s201-s208\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.699092518813634,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2317958772182465,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500l first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6977344316793856,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g90\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.520199473300835,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"artioli\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.65712682379349,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sequoia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.521638309166597,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dygert owen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4969026631482416,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vineet mehta\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.24062089529343,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7781448364257812,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500l\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0330553491316437,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zyliss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.417242311528745,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"diane ackerman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6866830065359473,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sephora\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.450161570966941,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"deltawing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.181493539620261,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8565138578414917,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"uw rock\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.388920604563814,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lexus\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 1.9803252211577285,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dave cilley\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0016170971268963,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"shimano\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.197112521871364,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"itunes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6963331490694684,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4179442070872077,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.14512789249420166,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aaa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.00575172046271,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bosch\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6453606813145316,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gvc+\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"champion boxer errol spence jr.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5075270612460696,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"honda motor co\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.701403838015859,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln nautilus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.576915539878503,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9492545127868652,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tom tjaarda\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6856723925127834,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9411810636520386,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michelins\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.299343872705951,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5183291841637004,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fiat\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.1648237636620737,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5308128744363785,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 2500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0277363390242553,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7473441362380981,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-250 super duty king ranch\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.178108629721533,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"denali crew cab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0556483337044456,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ninth circuit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6981757877280264,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9765142622653573,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tlx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0028992185549988,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7677557468414307,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ian cartabiano\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2995893137502175,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"william walker\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.318911832186169,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"levante s gransport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.687443541102078,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frankfurt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.013598452238792,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8777276277542114,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national sleep foundation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5506280440912583,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yaris\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.451074928139148,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"citroen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.400589644370738,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"impreza\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5147899577429778,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"riley-ford\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5050605608096905,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.19750338792800903,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jumbo-visma\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3842069536269888,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1891033947467804,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reynolds\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.823022924207524,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1560310125350952,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"l.l. bean\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.442970333517597,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru tecnica international\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.547378547378548,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8602360486984253,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt first drive review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8089905884691073,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8784424364566803,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"filson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1519031395391437,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"justin hayes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3441452314500517,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8065400123596191,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cullinan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0586032741205154,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"element\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.698675224224471,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger scat pack widebody first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0600676818950934,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram heavy duty\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6990913703242474,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"super duty\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.886652017085674,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6057032346725464,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escalade\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.2487360537266405,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6794986724853516,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zippo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0449336938328826,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"automotive news europe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.448005179250627,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rogue sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.577345568556146,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3978117555379867,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"project 8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.699067119197314,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tour de france motor tests\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.359620710698024,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7782824039459229,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carrie jackson cheadle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5629196447909894,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g80 sport first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.42312891322136,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.30902598798274994,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cnn\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.781786115119448,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4729118393467937,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"prestige\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8010237431067653,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7787975072860718,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"muc-off\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.213150018705574,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g20\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0449336938328826,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"automotive news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4722222222222223,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeep gladiator rubicon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.646306857316031,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 flying spur\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5128828775385097,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.22965195775032043,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"flores\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.2529484278118157,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2401466965675354,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mkz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.418267891952102,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tesla inc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.483606557377049,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"colorado zr2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.034139136612635,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1020649454205507,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"crater lake resort\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.138664980770244,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"thomas steg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0377191527017313,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7577518224716187,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"julian alaphilippe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5491887967384326,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nop\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7733697114804605,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"turbo s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6752152803558342,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"walton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6284517733280985,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wsgi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1385281385281387,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.821049153804779,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"combi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6169561344912045,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2517532706260681,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"domino’s pizza\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4243740947651555,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"600-hp wagon of your dreams\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7905071838126236,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ferrariesque\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.347875312044693,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7507181167602539,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-tron\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.319829456658625,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ct6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6883414334394726,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7533124685287476,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mkc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6120380669880117,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 2 series gran coupe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4884680747754313,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9788281634662725,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2871702313423157,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michigan assembly plant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6571513695696702,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsair compact crossover\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.694037064656006,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.696692654289827,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bolt ev\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4670008354218873,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"people's bank of china\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.852094901564866,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python 2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3067072761926655,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cooper s all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 10.168072853198614,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5015121826103756,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 2.90785498489426,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20194780826568604,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aisin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2202336564752674,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"becker\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2374967560152745,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8718140125274658,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"urus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6744946839584065,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"polestar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8868968570163789,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9643329381942748,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"doc brown\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6939790503181347,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6195286195286194,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8094027042388916,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang ecoboost turbo high performance package\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7149175935102594,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"greylock\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5181408648269534,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"leaf\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.479362447024139,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 wrx sti s209\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0893397633996673,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"shelby\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8620856475666823,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"japanese teijin group\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.9513891647122605,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ferrari\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.689289453320588,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ls 500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.572850884678841,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"barry lopez\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.842964084447809,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"islamic state\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.475544922913344,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cbs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.988783386084736,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"swansea university\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4709853423960793,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mountain gear 3400\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.09594191747263,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6282631456851959,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alberto salazar\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.4852473401338164,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mcarthurglen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.8667523444993894,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"world tour\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0449274322741076,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8279374837875366,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"superlawyers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2988454041085618,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eb 110 ss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.351001542023493,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3797089755535126,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"federal motor vehicle safety standard\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.6968109548754713,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado high country\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7619020937225676,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"divo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6068066719291347,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6997758448123932,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"erick ayapana\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.579610538373425,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sonata prototype first\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.511111111111111,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sonata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.376496797549429,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1612221896648407,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pcu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.374201134057765,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"steinbeck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5789675686048743,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aviator first\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.631553631553632,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9215197563171388,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sunglasses shop\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6770986487432604,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grand prix\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5989339215145666,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7604644298553467,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pique advanced pro 29\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4743509510534603,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ameri\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.439219842332292,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tacoma\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1051404048885156,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8049623966217041,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot assist\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6638190908163355,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. president donald trump\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3992707947101723,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7911838218586684,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7235220074653625,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mayank pareek\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.643108885179002,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.946524143218994,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kebs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.933181177169153,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2644098997116089,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"supreme court\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.886602471090006,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president bill clinton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7421741922872855,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ritzenhein\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.893459255466424,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.14905595779418945,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"target\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.148679780258728,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the ring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4342840066491096,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ettore bugatti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.4175006453439325,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5442894995212555,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mercedes-benz\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.6638312954102434,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"serious condition\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.112676056338028,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.90520179271698,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"teslarati\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5753895972475203,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.21696266531944275,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ayapana\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6249928444673425,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2017 los angeles auto show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.357237715803453,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rookie of the year\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.306253281383846,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7950725555419922,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"z button\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.489312780143235,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.31865324079990387,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark rechtin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4801253504865577,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.23117247223854065,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"woolrich\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.699559828351474,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2500 power wagon verdict\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"unbox\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5911529904462762,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfa romeo giulia quadrifoglio angus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5199821325045857,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robinson jeffers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.595923966294336,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9814133048057556,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kicks' sweet audio system\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.119030397448024,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"femke van den driessche\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.43376802286076,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.12005874514579772,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"american arbitration association\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5555555555555554,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic si\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4087552158339793,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7552851438522339,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tu formalwear & premium\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.530495669799152,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s208\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4500634100734078,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the sleep solution\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.494263336557243,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hills like white elephants\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.400231987267676,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rogue\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6095617451179756,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.581879484653473,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4667397660818713,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"goodwood festival of speed\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.656622724419335,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic type r tcr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5601222858336423,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia rio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.599374021909233,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8056737780570984,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"370z 50th anniversary\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1947815964680664,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc canyon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.29520697167756,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scorpion turns 70\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6915512180529846,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9501556158065796,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apache django\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.606933557835106,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5706454515457153,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.3884753239591956,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"peoplesize\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5336281555187026,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette z51\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1798759280553073,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ridgeline\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9474282943567938,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"onyx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.0324254647686995,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camry xle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.077222702328815,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7379414439201355,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.1664985348513235,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.05992725491523743,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tough love\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.558255380637311,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9263138771057128,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national highway transportation safety administration\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.561140800118756,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"equality: the struggle for web accessibility by persons with cognitive disabilities\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3367251701609413,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8871008157730103,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"holly\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.390008362331742,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa sedan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6656877560136474,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.949825644493103,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bixby\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9302298949297145,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"prime\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3731506305232846,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"giorgio frattale\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.290135644034953,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.17529723048210144,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"swiss army\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6894723734301067,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.08048981428146362,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mls\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1473801432329167,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ed2 studio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2010450131088217,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"seth harrington\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blue bird\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.621323023177737,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"highlander\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3299227550098633,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2729993462562561,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kruijswijk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7318755911645245,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.17578214406967163,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cancellara\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.376571656141548,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john steinbeck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1791910068254094,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfonso albaisa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.819271940621387,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"miata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.054718476084396,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"youtube\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.3172381809749845,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john kelly\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.138824905853534,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ashford designer outlet\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.170005284142768,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.29492616653442383,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"minecraft\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0409851475841325,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elizabeth kraft\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9908290150495764,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acuras\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6952899447331515,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jalopnik\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.679725542275343,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"derrick rose\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.248170437237639,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"franz von holzhausen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7477018302706377,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.973520278930664,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ed loh\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5237071934319637,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"continental gts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.362866376908503,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"travis labella\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.655478395061729,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4974260511450592,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gloria bergquist\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1627415073179734,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"albaisa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.380598943909013,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.09319522976875304,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"canary wharf\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.738543628374137,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m1 concourse\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6561617159000517,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hellcat\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9704837542559166,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6008105129003525,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fca\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.415637860082305,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"paul copses\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.478401399345957,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iihs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0344929299633128,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.16843944787979126,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alaphilippe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5669191919191925,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"speedtail\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.3040428469500274,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8864431381225586,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alapa li\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.595004824463742,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blanck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9877505049658855,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"10awg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.603796474702062,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7968782186508179,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"city parking nyc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.16428084526244,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6705362796783447,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mahindra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.405032998672575,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fpm\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.684019260470609,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"black label\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4852473401338164,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mcarthurglen cheshire oaks outlet\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.612926652142338,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider abarth track\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4859487294511267,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carlos\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.687866852351807,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc60\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 12.65203864910762,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6991451697217094,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"honda\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 3.679435483870967,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.415951511031807,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blocker purgeair dry sack\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.658398459621701,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lancer 2.4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.163356379657173,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.24686521291732788,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frank markus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2085634979525652,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"google maps\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 9.795724033271412,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7352160016695658,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nike\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 3.3419811978687197,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.965633749961853,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"transformers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.965009208103131,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8649942874908447,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pippin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.1286205769859117,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8280844688415527,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lifa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.0448159758504585,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fj cruiser\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.04743003422786,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tigershark multiair2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5567502986857824,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"santa cruz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.6969124133585383,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chris forsberg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7454320367112524,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dathan ritzenhein\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9185185185185185,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7902586460113525,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"urus suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5583790068095,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"forbes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6103671238806374,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9073579907417296,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 ecodiesel bursts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1.9593253968253965,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado wt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.7037037037037037,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 ram 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3619476766294016,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8515431880950928,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. government\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.1786416045675305,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vee-dub's golf r\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.388327721661055,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.775033712387085,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"expedition xlt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5639322991203466,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"forester\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5420028601041706,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7438973486423492,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mo farah\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.04049903320534,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc sierra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.300411522633745,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frankfurt hyundai\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.7686373441556067,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9491217136383056,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"allsaints\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4307728411771174,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tokyo motor show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.4821328636042534,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.942862033843994,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"crocs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6105938340575214,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rs 6 avant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.043515431307173,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8363149762153625,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of southern denmark\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.4719895775172165,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9343711137771606,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 sierra denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.3835096197881844,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6185246279142995,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6688847839832306,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 7.073786555522222,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6877479520108964,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volvo\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.6696777320990766,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dave smith\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.8382239806572156,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the wilderness act of 1964\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.9647435897435894,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mojave road\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.688561824293631,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nautilus black label\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 5.689195133159022,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6839957237243652,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"maxima\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2.5949190396426576,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multipro tailgate\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.640842250346902,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"uci road world championships\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6.59120280248031,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5174038310845692,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-6\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 3.6195286195286194,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8094027042388916,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang ecoboost turbo high performance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.021659032520548,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9458962678909302,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"305s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.602358577482956,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model s p100d\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.6148313492063497,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford motor company\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.91903686552516,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9013851881027222,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai group\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.5896085659118846,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"508\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.5728692772149193,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.983546018600464,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai exterior design group\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.2097288676236047,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"j.d. miles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 3.556731334509112,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8187006711959839,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 x5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.453226422298587,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7197244167327881,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru pr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2.835307820128434,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.730084165930748,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"3 series\",\n                                \"total\": 1\n                            }\n                        ]\n                    },\n                    \"resource_type\": \"domain\"\n                },\n                {\n                    \"summary\": {\n                        \"brand_safety\": [],\n                        \"categories\": [],\n                        \"keywords\": []\n                    },\n                    \"resource_type\": \"youtube\"\n                },\n                {\n                    \"summary\": {\n                        \"brand_safety\": [],\n                        \"categories\": [],\n                        \"keywords\": []\n                    },\n                    \"resource_type\": \"app\"\n                }\n            ],\n            \"total_page\": 1,\n            \"status_message\": \"Success\",\n            \"body\": {\n                \"domain\": [\n                    {\n                        \"resource\": \"cnn\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 73.27816337426589,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.25941795110702515,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.25941795110702515,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gm flores\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.69781099839828,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 89.56543088632458,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john kelly\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.12386545648693,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.08926749229431152,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.08926749229431152,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nhtsa\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.15629041194915771,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.15629041194915771,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gm\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 58.35813492063492,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national weather service\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.60324085440708,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mukasey\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.11476058567472,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"united states\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.60902255639095,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"people's bank of china\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.13721302722904,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suburban\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.8205254112448,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"justice department\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.90547507979376,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reza zarrab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.54166666666667,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"regional medical center\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.84605941566412,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rudy giuliani\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.7420634920635,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bill partridge\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.71329418045914,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.25941795110702515,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.25941795110702515,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"federal motor vehicle safety standard\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.2199852688436,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.68426221458385,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7299544811248779,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7299544811248779,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeff sessions\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.38890252884852,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"white house\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 97.59424603174602,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sunny king honda\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.06678124232752,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president recep tayyip erdoğan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.2199852688436,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president donald trump\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 90.4164442071543,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc sierra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 92.47197010144154,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cadillac\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 78.47222222222221,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the sunny king automotive group\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.23809523809524,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oxford\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 95.23809523809524,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oxford police\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.47090596611835,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"andrew brunson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 59.99208547685002,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8905970454216003,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8905970454216003,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pboc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.82715443162289,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rex tillerson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.23171382808329,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escalade\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 94.61805555555556,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"partridge\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.85072428185612,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iran\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.60331019754403,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tahoe\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 67.40523224773092,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.03180253505706787,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.03180253505706787,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national highway traffic safety administration\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 91.9647624132408,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chevrolet\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 78.37301587301587,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sunny king automotive group\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.42448065697673,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.025995850563049316,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.21010810136795044,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.30902598798274994,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cnn\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.62288239626811,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.719693660736084,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.719693660736084,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sessions\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.75496031746033,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1624075472354889,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1624075472354889,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pat brown\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.7606187085686,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.15010282397270203,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.325051411986351,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trump\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 97.26948951325684,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.08505845069885254,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.08505845069885254,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"twitter\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 94.84409526147805,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zarrab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.31393486385475,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"general motors\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 75.18796992481202,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"treasury\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.70144856371223,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michael mukasey\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.84783769353976,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.22965195775032043,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.22965195775032043,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"flores\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 50.42162698412699,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"us census bureau\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.94246031746033,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.10256579518318176,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.10256579518318176,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wbrc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.82813650871594,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oval office\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.9893219434063,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc yukon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.39847778050576,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tillerson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.93826671943016,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president bill clinton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.95461825947676,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.025995850563049316,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.025995850563049316,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dan flores\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"giuliani\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 1,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 5,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 92.43043631514504,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 91.9647624132408,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 98.2199852688436,\n                                \"item\": \"business\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 92.38890252884852,\n                                \"item\": \"dining out\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 92.38890252884852,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 92.47197010144154,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 91.9647624132408,\n                                \"item\": \"auto recalls\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 92.38890252884852,\n                                \"item\": \"food\",\n                                \"total\": 8\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"metaltoad\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 99.67188288743058,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apache\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.41595153962643,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ubuntu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.13831398283696,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apache 2.4.x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.55073195355881,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"centos\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.67188288743058,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9501556158065796,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9501556158065796,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9501556158065796,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apache django\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.96819787985866,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wsgi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.89904088844018,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"django\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.42150429076224,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"debian\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.47854618879354,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cgi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.93589096415953,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fpm\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.01161029782938,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"php\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.90459363957598,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.15244825845532,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7665990591049194,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7665990591049194,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7665990591049194,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"django_settings_module\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.47400302877334,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7832663059234619,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7832663059234619,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7832663059234619,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hitchhiker's guide to python\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.00656234225139,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python 2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.30338213023725,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.56486622917717,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python 3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the web server gateway interface\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"technology\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 81.47400302877334,\n                                \"item\": \"travel books\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"computing\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"virtual reality\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"business\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"auto technology\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 81.47400302877334,\n                                \"item\": \"literature\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"industries\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"consumer electronics\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 81.47400302877334,\n                                \"item\": \"children's literature\",\n                                \"total\": 4\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"nytimes\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 74.07407407407408,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9368841648101808,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9368841648101808,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stephen hawking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.46770601336303,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harney county sheriff’s office\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.88888888888889,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9411499500274658,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9411499500274658,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"black lives matter movement\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.70779712339136,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"isis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.1132075471698,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dealbook\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"islamic state\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.69644208932627,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.940646469593048,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.940646469593048,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"syrian democratic forces\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.88167388167388,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8243152499198914,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8243152499198914,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hawking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.42402826855124,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"richie bonilla\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.59878879636639,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.940646469593048,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.940646469593048,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s.d.f.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.31309041835355,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trump\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 52.18855218855219,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"facebook\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 70.80592105263158,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7895482778549194,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7895482778549194,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eric trump\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.05098684210526,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7895482778549194,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7895482778549194,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the wall street journal\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.66592427616928,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"combs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 93.16037735849056,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the new york times\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.34982332155478,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mateo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.32248296744888,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"white house\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 53.46289752650176,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"colon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.7728285077951,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jalopnik\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.8554125662377,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"state department\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7999115586280823,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7999115586280823,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jessi combs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.74943224829674,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.6977401375770569,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6977401375770569,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president recep tayyip erdogan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.60044642857144,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford motor company\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.23481781376519,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"new york times\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 93.111279333838,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president trump\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 1,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 6,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 97.16124148372444,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 94.32248296744888,\n                                \"item\": \"business\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"item\": \"australian rules football\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto repair\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto recalls\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 94.32248296744888,\n                                \"item\": \"food\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 93.111279333838,\n                                \"item\": \"politics\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 88.38001514004543,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"item\": \"law\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"item\": \"national news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 93.111279333838,\n                                \"item\": \"news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"item\": \"economy\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 94.32248296744888,\n                                \"item\": \"dining out\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 97.16124148372444,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"autoblog\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 84.38914027149322,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tesla\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 93.88847398556138,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"focus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.68507683072748,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.845975399017334,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.615325133005778,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 84.20846394984326,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rx-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.9090909090909,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8602360486984253,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8602360486984253,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"570gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.96969696969695,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ecodiesel\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.35355133614628,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gm\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 96.96261682242992,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aviator grand touring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.64947178071762,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.23299968242645264,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.3664998412132263,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reuters\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.94067796610167,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"woodward dream cruise\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.3579766536965,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"battista\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.915887850467286,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a250e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.97345132743363,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pelletessuta\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.2560975609756,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8410725593566895,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8410725593566895,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"roxor utv first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.23502304147466,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.32352941176472,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bentley\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 93.9252336448598,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.32142857142856,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.16883116883116,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frankfurt audi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.94067796610167,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"woodward\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9552243947982788,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9552243947982788,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 pebble beach concours d'elegance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.36065573770492,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8597704172134399,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8597704172134399,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yamaha\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.96630094043888,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-30\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 79.41176470588236,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 pebble beach concours best of show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.78632478632478,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.18699750304222107,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.43739950060844424,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 91.04477611940298,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"anchor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.3728813559322,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.33333333333333,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dan akerson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.16535433070865,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7738088965415955,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7738088965415955,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mission e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.61061946902655,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"levante s gransport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"huracan evo gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.16455696202532,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harley-davidson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.73890485046944,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"monterey car week\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.2222222222222,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tucson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.16494845360825,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7768446207046509,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7768446207046509,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc90 t8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.91774891774892,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 91.26074498567336,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president donald trump\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"opel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.32337565347274,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru forester\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.01587301587301,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suvs fort wayne, ind.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 audi q3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.32038834951457,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 quail motorsports gathering\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bollinger\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 83.14814814814815,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7314516305923462,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7314516305923462,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ryan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.81012658227849,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harley\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.23502304147466,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 68.6,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"huracán evo gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.44897959183672,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q3 second drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8410725593566895,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8410725593566895,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mahindra roxor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.43730407523512,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mazda3\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 69.46902654867256,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"quattroporte s q4 granlusso\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.38053097345133,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"levante\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.44444444444444,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gm north america\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.9905213270142,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"james riswick\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.88244514106584,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-30\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 67.79661016949152,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q7\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 58.89830508474576,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"navigator\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 51.271186440677965,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x5\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 83.710407239819,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kuhn\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.11111111111111,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frankfurt hyundai\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.2,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aventador svj roadster\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.06882591093117,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eb 110 ss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.204081632653065,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elon musk\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.9377645008713,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mercedes-benz\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.43259029241064,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7738088965415955,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6369044482707977,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"porsche\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 96.96261682242992,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aviator grand touring first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.77777777777779,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark reuss\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8597704172134399,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8597704172134399,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sony\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.7792207792208,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8602360486984253,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8602360486984253,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 96.75925925925924,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9509674906730652,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9509674906730652,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xt6\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 97.51243781094529,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8162119388580322,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8162119388580322,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500x\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 80.61674008810573,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bollinger motors\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.21135646687698,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"polestar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.05194805194806,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.90661478599222,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"monterey pininfarina automobili\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.91943127962088,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"508 rental car review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.77835854574418,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.975882887840271,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6189707219600677,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"honda\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 81.63332168443125,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7768446207046509,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6384223103523254,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc90\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 96.99367088607596,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.88244514106584,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.81516587677726,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"peugeot\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.38344115917234,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x7\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bugatti\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 87.7431906614786,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pura vision\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8410725593566895,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8410725593566895,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mahindra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 63.74242424242424,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frankfurt motor show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.9406779661017,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m1 concourse\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.72340425531915,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"girard & co\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.91525423728814,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gls\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.5609756097561,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frankfurt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.14159292035396,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"quattroporte\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.13274336283186,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"maserati\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.21003134796238,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fj cruiser\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.37440876275828,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8654061555862427,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8654061555862427,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape hybrid\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 89.06882591093117,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eb 110 ss bugatti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.83177570093456,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 97.03389830508476,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dream cruise mega gallery\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.85714285714286,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rheinische post\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.20967741935483,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsa-e compact electric hatchback\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.44117647058825,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"8 litre\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.75621890547264,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fiat\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.0295566502463,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.18699750304222107,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.18699750304222107,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"i30 n project c\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.7923197492163,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.720266580581665,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.720266580581665,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rx\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pininfarina\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 95.7792207792208,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8602360486984253,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8602360486984253,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt first drive review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.66666666666669,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"copses\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.9983416252073,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 frankfurt auto show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aventador svj 63 roadster\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.34717868338558,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"toyota\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 51.80995475113123,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"p100d\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.00369552024277,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the quail\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.8425925925926,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9509674906730652,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9509674906730652,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cadillac\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 98.3766233766234,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8602360486984253,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8602360486984253,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mclaren\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 82.91139240506328,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.23299968242645264,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.23299968242645264,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chevrolet\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 82.58228840125392,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"element\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.81516587677726,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9552243947982788,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9552243947982788,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pebble beach concours d'elegance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 quail motorsports gathering mega photo gallery\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.65408805031448,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ed welburn\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.72897196261682,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.32142857142856,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.84463276836158,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lamborghini\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 51.33333333333333,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.138665109872818,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.138665109872818,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rimac\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8755290017426,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8110092878341675,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8110092878341675,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.71134020618555,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7768446207046509,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7768446207046509,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volvo\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 75.1082251082251,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.64485981308412,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b250e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trump\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 97.98387096774194,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsa-e electric car\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.91361712720936,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9176723957061768,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9176723957061768,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 escape\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.3622448979592,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"audi\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 71.11111111111111,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7314516305923462,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7314516305923462,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"presidential campaign\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.38865447726208,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.23299968242645264,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.4109998941421509,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"general motors\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 96.70622158145729,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7738088965415955,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6369044482707977,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taycan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.22222222222224,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"paul copses\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.03213166144201,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"saturn ion\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.559322033898304,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"discovery\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.77603812117088,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"monterey\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.72881355932203,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic type r tcr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.4353995519044,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 96.91943127962088,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"508\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.8,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7902586460113525,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7902586460113525,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"urus suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.54368932038837,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ssc tuatara\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.29323308270676,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tesla inc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7314516305923462,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7314516305923462,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"romney\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.61847475449572,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bmw\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 98.72881355932203,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic type r tcr first drive review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.58771929824562,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.975882887840271,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.975882887840271,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 89.90536277602523,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"autoblog\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mazda\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blue bird\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 4,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 14,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 16,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 94.58948329818598,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 89.19883349496799,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 88.47534087224022,\n                                \"item\": \"auto technology\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 89.70588235294119,\n                                \"item\": \"beach volleyball\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 96.72897196261682,\n                                \"item\": \"industries\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 94.55500163256968,\n                                \"item\": \"auto repair\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 82.11559814023032,\n                                \"item\": \"auto recalls\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 88.18719076415614,\n                                \"item\": \"food\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 71.11111111111111,\n                                \"item\": \"politics\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 86.51249015945469,\n                                \"item\": \"car culture\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 90.02855441205863,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 91.37325144216508,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 94.5712117847361,\n                                \"item\": \"motorcycles\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 71.11111111111111,\n                                \"item\": \"national news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 88.18719076415614,\n                                \"item\": \"dining out\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 87.04858856422626,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 79.41176470588236,\n                                \"item\": \"fishing sports\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 97.19113548748956,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 86.96005964731967,\n                                \"item\": \"auto shows\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 81.98296576275816,\n                                \"item\": \"auto insurance\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 89.0630751259921,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 96.72897196261682,\n                                \"item\": \"business\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 98.51694915254238,\n                                \"item\": \"literature\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 93.35206995834926,\n                                \"item\": \"olympic sports\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 98.51694915254238,\n                                \"item\": \"art and photography books\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 97.17641855061186,\n                                \"item\": \"track and field\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 96.40655954215278,\n                                \"item\": \"dash cam videos\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"water polo\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 84.37522973369586,\n                                \"item\": \"auto safety\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 86.94716314666275,\n                                \"item\": \"technology\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 76.00369552024277,\n                                \"item\": \"hunting and shooting\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 71.11111111111111,\n                                \"item\": \"news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 97.03389830508476,\n                                \"item\": \"fantasy sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 71.11111111111111,\n                                \"item\": \"economy\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 79.41176470588236,\n                                \"item\": \"extreme sports\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 86.94716314666275,\n                                \"item\": \"consumer electronics\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 65.44444444444444,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 98.94067796610167,\n                                \"item\": \"sailing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.97920419477546,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 96.96261682242992,\n                                \"item\": \"equine sports\",\n                                \"total\": 7\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"caranddriver\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 58.848684210526315,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motec\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.98477157360406,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"transit connect\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.85197368421052,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt mk ii\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.81250000000001,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8088515996932983,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8088515996932983,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot sport gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.41116751269035,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"epa\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 96.95723684210526,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-6\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 62.96052631578948,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8088515996932983,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8088515996932983,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michelin\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 88.78289473684211,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2656824290752411,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2656824290752411,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"le mans\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.60197368421052,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"goodwood festival of speed\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.57360406091371,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c/d\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.85197368421052,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 77.10526315789474,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ecoboost\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.00986842105263,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multimatic\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.80263157894736,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mk ii\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.10659898477158,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elizabeth kraft\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.96710526315788,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 10\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 1,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 99.96710526315788,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 98.98477157360406,\n                                \"item\": \"computing\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 99.96710526315788,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 98.98477157360406,\n                                \"item\": \"business\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 62.81250000000001,\n                                \"item\": \"disabled sports\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 98.98477157360406,\n                                \"item\": \"technology\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 98.98477157360406,\n                                \"item\": \"industries\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 99.96710526315788,\n                                \"item\": \"auto repair\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 62.81250000000001,\n                                \"item\": \"olympic sports\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 62.81250000000001,\n                                \"item\": \"college sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 99.96710526315788,\n                                \"item\": \"auto recalls\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 62.81250000000001,\n                                \"item\": \"australian rules football\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 62.81250000000001,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 99.96710526315788,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 99.96710526315788,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 62.81250000000001,\n                                \"item\": \"fantasy sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 62.81250000000001,\n                                \"item\": \"fishing sports\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 62.81250000000001,\n                                \"item\": \"extreme sports\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 99.96710526315788,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 99.96710526315788,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 62.81250000000001,\n                                \"item\": \"equine sports\",\n                                \"total\": 7\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"radio\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.07889243960380554,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.07889243960380554,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 97.5258493353028,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford motor co.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.78434268833088,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wwj\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.42836041358936,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2871702313423157,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2871702313423157,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michigan assembly plant\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 1,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 97.5258493353028,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 80.42836041358936,\n                                \"item\": \"business\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 97.5258493353028,\n                                \"item\": \"auto technology\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 80.42836041358936,\n                                \"item\": \"industries\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 97.5258493353028,\n                                \"item\": \"auto insurance\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto repair\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto recalls\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 97.5258493353028,\n                                \"item\": \"auto shows\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 97.5258493353028,\n                                \"item\": \"auto safety\",\n                                \"total\": 7\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"floridatriallawyer\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 92.156229825694,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.104476660490036,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.104476660490036,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"super duty pickup truck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.7385409941898,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.06891739368438721,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.06891739368438721,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"allen murphy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.213040671400904,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8279374837875366,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8279374837875366,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"superlawyers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.75790832795352,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.16248685121536255,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.16248685121536255,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 54.93867010974822,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8279374837875366,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8279374837875366,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"law dragon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.7792123950936,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8276146650314331,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8276146650314331,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"riley allen law\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.7792123950936,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8478668332099915,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8478668332099915,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"riley allen\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 1,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 99.75790832795352,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 99.75790832795352,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 92.156229825694,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 99.75790832795352,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 92.156229825694,\n                                \"item\": \"car culture\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 99.75790832795352,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 92.156229825694,\n                                \"item\": \"auto technology\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 99.75790832795352,\n                                \"item\": \"auto repair\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 99.75790832795352,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 99.75790832795352,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 99.75790832795352,\n                                \"item\": \"auto recalls\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 92.156229825694,\n                                \"item\": \"auto shows\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 92.156229825694,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 92.156229825694,\n                                \"item\": \"auto safety\",\n                                \"total\": 7\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"reuters\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 98.3285917496444,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"handelsblatt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.04240754653978,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volkswagen\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 94.39018281993488,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bmw ag\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.92962684698222,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alliance of automobile manufacturers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.24367643375908,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.15077102184295654,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.15077102184295654,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"henry ford\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 93.93939393939394,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vowg_p.de\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.38406827880512,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vw\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 98.47083926031294,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.8377345275997,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reuters\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 67.4305033809166,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gloria bergquist\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.5815176558978,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford motor co\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.92311545204106,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. president donald trump\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.290007513148,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bmwg.de\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trump\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 75.31930879038318,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"white house\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 99.82469321312296,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford motor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.425320056899,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"european union\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.14926120711246,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xavier becerra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.82469321312296,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 97.15752566992236,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"obama\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.12722263961932,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volkswagen ag\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.27998998246932,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"democrats\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.0778863010268,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.13412225246429443,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.13412225246429443,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"environmental protection agency\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 96.39368895567242,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f.n\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.903271692745385,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"matthias mueller\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 84.74395448079659,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"thomas steg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.70323065364389,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"honda motor co\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 3,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 99.94156440437432,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 96.5815176558978,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 99.82469321312296,\n                                \"item\": \"auto insurance\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 90.19760992357772,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 75.31930879038318,\n                                \"item\": \"business\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 92.425320056899,\n                                \"item\": \"rugby\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 99.82469321312296,\n                                \"item\": \"auto technology\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 99.82469321312296,\n                                \"item\": \"auto repair\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 94.59125185527968,\n                                \"item\": \"national news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 94.59125185527968,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 75.31930879038318,\n                                \"item\": \"food\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 97.15752566992236,\n                                \"item\": \"politics\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 99.82469321312296,\n                                \"item\": \"auto safety\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 94.89177777564032,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 99.82469321312296,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 94.70323065364389,\n                                \"item\": \"motorcycles\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 99.82469321312296,\n                                \"item\": \"auto recalls\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 92.425320056899,\n                                \"item\": \"australian rules football\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 94.59125185527968,\n                                \"item\": \"news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 92.425320056899,\n                                \"item\": \"international news\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 75.31930879038318,\n                                \"item\": \"dining out\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 99.82469321312296,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 99.94156440437432,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 99.82469321312296,\n                                \"item\": \"auto shows\",\n                                \"total\": 7\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"theguardian\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 66.80747567844342,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ameri\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.60163850486431,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tom wolfe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.34511008704557,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hills like white elephants\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.59668508287294,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1946479082107544,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1946479082107544,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"facebook\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 57.80849974398361,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"weidenfeld & nicolson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.45303867403315,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2128455936908722,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2128455936908722,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jonathan williams\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.46697388632872,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"barry lopez\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.94982078853047,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sweet thursday\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.38674033149171,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8649942874908447,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8649942874908447,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aretha\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.05524861878453,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8649942874908447,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8649942874908447,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pippin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.9779005524862,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.14200255274772644,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.14200255274772644,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jesse newton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.75166410650282,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"annie proulx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.8950276243094,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.17044612765312195,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.17044612765312195,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"newton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.88674033149171,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.021325886249542236,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.021325886249542236,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"becca\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.32872928176795,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.09072533249855042,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.09072533249855042,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"williams\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.60112647209422,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ernest hemingway\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.71479774705581,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"close range\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.39502762430939,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alice\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.760880696364566,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.819846510887146,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.819846510887146,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"margaret atwood\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.52209944751381,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"irobot\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.19337016574586,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8649942874908447,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8649942874908447,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"merry\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.62775217613927,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elmore leonard\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.40450588837686,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"arctic dreams\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.73756906077348,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1946479082107544,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1946479082107544,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jackson pollock\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.46132596685082,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.25660502910614014,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.25660502910614014,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"evie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.1674347158218,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john steinbeck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.27624309392264,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8649942874908447,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8649942874908447,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bert\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.17162871360778809,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.17162871360778809,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"roomba\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.06298003072197,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.18048179149627688,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.18048179149627688,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mary mccarthy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.10343061955966,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"steinbeck\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 1,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 95.40450588837686,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 90.94982078853047,\n                                \"item\": \"desserts and baking\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 67.34511008704557,\n                                \"item\": \"walking\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 67.34511008704557,\n                                \"item\": \"water polo\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 95.40450588837686,\n                                \"item\": \"olympic sports\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 67.34511008704557,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 67.34511008704557,\n                                \"item\": \"hunting and shooting\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 67.34511008704557,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 90.94982078853047,\n                                \"item\": \"food\",\n                                \"total\": 8\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"makeupandbeautyblog\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 53.125,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.18002408742904663,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.18002408742904663,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aha\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.69485294117647,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8859129548072815,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8859129548072815,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"shiseido\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.99142156862745,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.18002408742904663,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.18002408742904663,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the ordinary\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.2953431372549,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vib\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.13480392156865,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kate somerville\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.54044117647058,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sephora\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.818627450980394,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.18002408742904663,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.18002408742904663,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bha\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.15073529411764,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9200745820999146,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9200745820999146,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"o.g.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.96078431372548,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9081937670707704,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9081937670707704,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"laura mercier\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 50.91911764705882,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"inkey listniacinamide\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.2953431372549,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vib sale wish list\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.02573529411764,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vibrancy argan oil foundation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.39338235294117,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"josie maran\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 99.2953431372549,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 99.2953431372549,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 10\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"outsideonline\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 89.67626816212082,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eagle creek\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.89705147426287,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark waldron\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.54757929883138,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8131064176559448,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8131064176559448,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fjall\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.09298818798693,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8959248065948486,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8959248065948486,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 65.2409790562705,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2657797932624817,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2657797932624817,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wilt chamberlain\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.03072348860258,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"georgia gould\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.59814023624025,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2440876066684723,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2440876066684723,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"adam goucher\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.85093167701862,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.901875913143158,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.901875913143158,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north face rolling thunder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.69952935348032,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9149961471557616,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9149961471557616,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"erik\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.32954832197831,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"boykoff\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.16089108910891,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dmv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.63255335561841,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7096580266952515,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7096580266952515,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bridge day\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.77372262773723,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9515773057937622,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9515773057937622,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark sisson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.36696787148594,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"precision hydration\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 56.81409102597068,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brothers of climbing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.70601560533602,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"deep play\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.58094988192076,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8698369264602661,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8698369264602661,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"janji\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"liv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.53519720419371,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cuyahoga valley national park\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.99502239920358,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"steven kruijswijk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.4187923797223,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8477177619934082,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8477177619934082,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tacoma somewhere\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.85928893340011,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7552604675292969,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7552604675292969,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tom boonen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.97351504242735,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.815432071685791,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.815432071685791,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"albuquerque international balloon fiesta\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.18874088967077,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2440876066684723,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2440876066684723,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"steve magness\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.07212867554662,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"usada\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.32804757185332,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"moca\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.89249442655438,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zyliss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.90874524714827,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zeiger\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.21782178217822,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"skype\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.3242416517971,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"luminaid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.71226536384675,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"arizona taco festival\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.51013080276994,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9342288970947266,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9342288970947266,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.75069391874842,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"84 games\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.62986198243414,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra 1500 at4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.59487951807228,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b2\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 74.62986198243414,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra 1500\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 50.53336641032003,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8761681318283081,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8761681318283081,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ipod\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.55311112002863,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8993848562240601,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.63312828540802,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sun shirts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.45341305430992,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"psia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.1015430562469,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2506430149078369,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2506430149078369,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rowe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.23912496856927,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.786339282989502,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.786339282989502,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alena amialiusik\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.69514953505907,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7525350451469421,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7525350451469421,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeffrey brown\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.63089472342594,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9285813570022584,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9285813570022584,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hydrapak\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.8437815975733,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harvey house café\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.45545047287207,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7753199338912964,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7753199338912964,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"egan bernal\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.66843300529902,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7351166009902954,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7351166009902954,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. olympic committee\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.94180161943319,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"swiss-army\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.58549755721265,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bethany lebewitz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.0848424708509,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.20539245009422305,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.20539245009422305,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pinarello\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.8092138207311,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.17578214406967163,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.17578214406967163,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"boonen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.34713344282228,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.08110794425010681,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1192871630191803,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.10019755363464355,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tony martin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.0436616224262,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"shimano\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.15736693237336,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pearl jam\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.94973611460163,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ultimate overland solar-power setup\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.25982256020279,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"plos one\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.98577524893315,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7667396068572998,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7667396068572998,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mansfield\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.33333333333333,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"international olympic committee\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.98164669895488,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8438688516616821,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8438688516616821,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"makani sunglasses\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.023092369477915,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"andy blow\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.23929606057423,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2042936384677887,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.35214681923389435,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"toyota\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 59.60709759188847,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carnegie hall\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.68256371435781,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.24437209963798523,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.24437209963798523,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ophr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.92023595793793,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9092282056808472,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9092282056808472,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of california\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.20416253716552,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"massachusetts museum of contemporary art\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.36295180722892,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stacy sims\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.48179979777554,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9904688000679016,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9904688000679016,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"public lands day\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.40144171016654,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wayne smith\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.52995156767778,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"crossfit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.18369921776431,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john carlos\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.13073678987844,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"keith bontrager\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.7570281124498,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator rubicon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.155296452493175,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bosch\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.20827044974344,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.042760103940963745,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.042760103940963745,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dwr\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 74.72785749628896,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8583544492721558,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8583544492721558,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ykk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.28543686610055,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.08110794425010681,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1192871630191803,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.10019755363464355,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"luke rowe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.66832917705736,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9349808692932128,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9349808692932128,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rei\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 88.56963613550816,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f150\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.28927680798006,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"la sportiva\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.14200298953662,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"professional golf association\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.90032556974705,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8565138578414917,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8565138578414917,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"uw rock\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.25723235145908,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"endurance coaching summit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.24688279301746,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.874232292175293,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.874232292175293,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"clifton 2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.59316154608524,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ccc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.00451807228916,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.786441445350647,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.786441445350647,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"christie aschwanden\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.5,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outside\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.86296203168217,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7528355121612549,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7528355121612549,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kristin armstrong\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.89156626506023,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7272975444793701,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7272975444793701,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aschwanden\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.23012869038608,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olympic organizing committee\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.8653353814644,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.19735243916511536,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.19735243916511536,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"costo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.66965620328848,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"clendenin method\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.01387837496846,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2657797932624817,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2657797932624817,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"arthur ashe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.57424980764299,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9092282056808472,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9092282056808472,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dana lis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.95665171898357,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8228080868721008,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8228080868721008,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"david leadbetter\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.23096255340538,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"twittersphere\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.73293172690764,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7105832099914551,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7105832099914551,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b1\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 87.51568381430363,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.876926600933075,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.876926600933075,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"honda\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 55.758109127483024,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"amstel gold race\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.3117469879518,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gloria liu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.97343797162692,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.18810921907424927,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.18810921907424927,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tic tac\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.13965087281797,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bushido\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.9738394460118,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9496495723724364,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9496495723724364,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harvard medical school\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.5391152211947,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"w. chris winter\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.22389558232932,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"liu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.90791438526631,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2729993462562561,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2729993462562561,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kruijswijk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.5592658679582,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7681506872177124,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7681506872177124,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"skratch labs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.89878542510122,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8067173361778259,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8067173361778259,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"land rover defender\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.67940658788031,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2508057951927185,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2508057951927185,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kelly catlin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.46038863976084,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aspen ski company\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.96412556053812,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"professional ski instructor association\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.1910669975186,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7244102954864502,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7244102954864502,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wsd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.32922225018877,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"digital minimalism\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.47449107816034,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"new york times\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 96.19728915662652,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trainingpeaks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.03225806451613,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"santa cruz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.12904833084205,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8560070991516113,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8560070991516113,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scott brooksbank\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.10664993726474,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sportz truck tent\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.72324539571926,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7038072347640991,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7038072347640991,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"venmo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.26554241127612,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"diane ackerman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.21103238866397,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lexus\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 95.15966809152629,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chloé dygert owen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 56.45854398382204,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pinehurst lodge\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.97696544817228,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7962331771850586,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7962331771850586,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lance armstrong\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.46878097125867,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dave cilley\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.17046580773042,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john stirratt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.35591102224444,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9491759538650512,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9491759538650512,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"avocado\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.92177379172895,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"larry burke\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.2844935913546,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.14512789249420166,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.14512789249420166,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aaa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.366949575636546,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hotel luna mystica\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.48680573008292,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.923364281654358,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.923364281654358,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"go fast campers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.95022399203584,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tour de france\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.89181066867016,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.746999979019165,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.746999979019165,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"evergreen mountain bike alliance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.73546438459603,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"california coastal commission\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.03292284493591,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8127474784851074,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8127474784851074,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"amazon\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.38506182185212,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"usoc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.22646184340931,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8280913233757019,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8280913233757019,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"briarcliff motel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.93644617380026,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.05992725491523743,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.05992725491523743,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blair braverman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.70246085011186,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.0799628496170044,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.0799628496170044,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.47978032950574,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9194484353065492,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9194484353065492,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acorn chalet\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.65564935257541,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1453128159046173,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.32265640795230865,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"uci\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.06398996235885,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 97.57630161579893,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9496495723724364,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9496495723724364,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. department of agriculture\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.33035941881214,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cairn\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.60519740129935,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of oregon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.40524854907899,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jules boykoff\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.11334506157326,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7779529094696045,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7779529094696045,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"magness\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.34539892939077,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sealline\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.63663514186165,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.19750338792800903,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.19750338792800903,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jumbo-visma\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.16380850405636,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.19735243916511536,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2182803750038147,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.20781640708446503,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"walmart\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.39231966787753,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"endurance long sleeve\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.73293172690764,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.6965109705924988,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6965109705924988,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b1 suv\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 89.57665174869518,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7225080728530884,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6112540364265442,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"land rover\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 75.8427458886659,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9448050260543824,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8120798468589783,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8784424364566803,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"filson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.32836204679867,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brown girls climb\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.07467129744481,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2141215205192566,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2141215205192566,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s-works\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.37120079720977,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camp\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.52613326727769,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8345184326171875,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8345184326171875,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.31496461071791,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carolyn’s café\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.07128514056225,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9081605076789856,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9081605076789856,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fitrwoman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.29012138545637,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9601942300796508,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7300971150398254,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"patagonia\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 97.70331325301204,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frank shorter\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.76238370631128,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7528355121612549,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7528355121612549,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"armstrong\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.4266433391652,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7604477405548096,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7604477405548096,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"winter\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.64115432873274,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dodge\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.54757929883138,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9238651990890504,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9238651990890504,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fjallraven kebs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.62521674510776,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8345184326171875,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8345184326171875,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taylor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.85093167701862,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8371579051017761,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8371579051017761,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north face\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.00298656047785,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gianni moscon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87481221832748,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tour de france motor tests\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.70975918884665,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7782824039459229,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7782824039459229,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carrie jackson cheadle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.24428248303595,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2440876066684723,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2440876066684723,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"propublica\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.12666499120381,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dathan ritzenhein\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.40079960019987,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8602233529090881,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8602233529090881,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"twitter\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 84.22100547536088,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8369476795196533,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8369476795196533,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"matteo trentin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.62764106388266,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7787975072860718,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7787975072860718,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"muc-off\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.0346878097126,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hill farmstead brewery\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.79367469879519,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8109443187713623,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8109443187713623,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robert bollinger\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.76958525345624,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2018301784992218,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2018301784992218,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"department store bike\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.36815156169995,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1733117401599884,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1733117401599884,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"@bicyclelobby\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.18236683285227,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"credo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.40019910403186,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.07109686732292175,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.07109686732292175,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"martin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.75468308955608,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8182527422904968,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8182527422904968,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"independence day\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.17391304347825,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"base camp duffel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.50138295197384,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.02491849660873413,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.02491849660873413,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2018 tour of california\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 56.755753526354866,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"crater lake resort\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.06392467789891,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bascom lodge\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.01841712294674,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7577518224716187,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7577518224716187,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"julian alaphilippe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.82809751193768,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nop\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.04551298534327,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mikhail martin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.14640198511167,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7244102954864502,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7244102954864502,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trek\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.90193613276338,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"joe martin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.07086413459088,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8438688516616821,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8438688516616821,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sunski\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.99614296734379,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7585654854774475,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7585654854774475,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"great american beer festival\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.23852007347153,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"velcro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.12280701754386,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"r2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.05276256844202,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7753199338912964,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7753199338912964,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"geraint thomas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.16302391360249,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"socal\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.74558578994018,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8143080472946167,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6571540236473083,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fjallraven\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.69065467266368,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8185811042785645,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8185811042785645,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"journal of physiology\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.835330104511854,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8137685060501099,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8137685060501099,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"give back™\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.7351516696406,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8816715478897095,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8816715478897095,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gregory praxus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.8769307424016,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john clendenin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.90966122961105,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 57.23700887198986,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8769329786300659,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8769329786300659,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sisu quiz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.9493927125506,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8067173361778259,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8067173361778259,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"new land rover\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 50.088473205257834,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9515894651412964,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9515894651412964,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camp 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.302775024777,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"greylock\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.86848635235732,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nasa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.93601835330105,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"miir\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.3979721166033,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"serena williams\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.01758731731485,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.942862033843994,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.942862033843994,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"crocs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.23573200992556,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yeti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.18857431749241,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"café\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.86177431515456,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alberto salazar\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 55.19447929736512,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"napier\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.68261086198306,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8228080868721008,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8228080868721008,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hank haney\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.38043751571537,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olympics\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 50.40231330148352,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"world tour\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.86320390845977,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"greg long\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.09645177411295,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"european journal of applied physiology\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.86129193790686,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7887377738952637,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7887377738952637,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stade 2 tv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.49724481763316,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"black diamond\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 81.93130910900945,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.16843944787979126,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.16843944787979126,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alaphilippe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 59.63780699578268,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8490312099456787,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8490312099456787,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"turbo vado\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.50654349499615,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"community association of big sur\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.16541353383458,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1612221896648407,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1612221896648407,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pcu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.442796077445315,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"van der poel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.73180766263822,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8115154504776001,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8115154504776001,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"doheny state beach interpretive association\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.48883374689828,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"peoplesize\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.70249810749432,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"avery brundage\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.8201189296333,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.30761080980300903,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.30761080980300903,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. ski and snowboard team\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.1712158808933,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7604644298553467,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7604644298553467,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pique advanced pro 29\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.17491664529366,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8363149762153625,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8363149762153625,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of southern denmark\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 59.82673267326732,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"facebook\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 93.03310238645112,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.24255040287971497,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.24255040287971497,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gucci\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.27318421713998,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oregon project\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.85893574297188,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tacoma\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.96117471378795,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark cavendish\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.36393989983306,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.946524143218994,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.946524143218994,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kebs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.10262891809909,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8197956085205078,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8197956085205078,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"spread creek meadows\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.03870319175671,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ritzenhein\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.12339989759344,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.14905595779418945,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.14905595779418945,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"target\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.36139733601406,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"times\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.51565239168545,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8395589590072632,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8395589590072632,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of washington\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.2759064026742,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ohana festival\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.4929900586286,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8816715478897095,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8816715478897095,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"proxy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.07958651106686,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"smith\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.59462176426238,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brown\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.07868346618667,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eddie vedder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.63953488372093,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7511594295501709,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7511594295501709,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the trapper grill\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.96338446313706,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.23117247223854065,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.23117247223854065,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"woolrich\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.13620430645967,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2215936779975891,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2215936779975891,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 tour de france\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.76124654435787,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"salazar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.41621760328458,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9775420427322388,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9775420427322388,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hbo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.21093148575828,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9775420427322388,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9775420427322388,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"big little lies\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"unbox\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.31305449936627,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ironman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.84221259240377,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outside magazine\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.03951757762381,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robinson jeffers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.68292682926828,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"peter sagan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.28957430537854,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hydro flask\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.21382073109665,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"femke van den driessche\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.71173661724052,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.12005874514579772,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.12005874514579772,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"american arbitration association\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.84827240861291,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7552604675292969,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7552604675292969,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fabian cancellara\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.69715142428787,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"swansea university\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.95003823604385,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8137685060501099,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8137685060501099,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gear up\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.151712071982,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the sleep solution\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.18122815776335,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taos mesa brewing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.73042616451933,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8270961046218872,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8270961046218872,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"burke mountain lodge\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.64993726474279,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multipro\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 57.54337440281619,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mathieu van der poel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.6484727090636,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"giro d’italia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.2095335202651,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"packlite hero 2-in-1 supercharger\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.33910891089108,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pajeros\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.42997728993188,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1968 games\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.87577639751552,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7123849987983704,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7123849987983704,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"indiana jones\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.77944862155388,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8185241222381592,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8185241222381592,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"costello\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.92078712249648,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.22912272810935977,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.3645613640546798,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"epa\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 94.8019801980198,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8335280418395996,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8335280418395996,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"maven\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.40579710144927,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vo2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.863523573201,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"beti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.954372623574145,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"simone biles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.24974721941354,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tumbleweed bookstore\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.58845671267252,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"railyard fitness\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.1310413552566,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8228080868721008,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8228080868721008,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"butch harmon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.49546044098574,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.05992725491523743,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.05992725491523743,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tough love\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.98718270922343,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ranger\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 85.94377510040161,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"teslas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.29776674937965,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"juliana\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.90683229813664,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8613139986991882,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8613139986991882,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"otterbox\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.42218875502008,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"louise burke\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.0469296055916,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9241728782653807,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9241728782653807,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"airstream\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 80.77305679871708,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.21993502974510193,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.35996751487255096,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"polartec\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.47524752475246,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mitsubishi\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 63.31589436970603,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8560070991516113,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8560070991516113,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wayne wong\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.21033684751865,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kimi werner\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.79132406550386,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7317209243774414,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6158604621887207,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"instagram\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 72.47016087182149,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rhone\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.4050822122571,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"four words for great skiing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.8649725959143,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9213458895683287,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9213458895683287,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"j.c.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.66995329527762,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.21993502974510193,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.21993502974510193,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"power dry fabric\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.26331508213042,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.22147762775421145,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.22147762775421145,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ineos\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.26922067698767,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8250913023948669,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8250913023948669,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"origin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.50064151911727,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1192878782749176,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1192878782749176,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the coast-road\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.88162854988693,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"united states anti-doping agency\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.59014267185474,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.29492616653442383,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.29492616653442383,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"minecraft\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.41943816596707,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"raptor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.75722543352601,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bougerv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.7262694132312,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7415822148323059,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.21494793891906736,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.47826507687568665,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g-1000\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.38102409638554,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bollinger\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 91.78217821782178,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"abbe-koenig\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 50.88473205257837,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9515894651412964,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9515894651412964,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national park system\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.62679788039364,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brundage\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.29317269076306,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ice\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.98183194549584,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tommie smith\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.7754077791719,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 86.0010495932826,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8250913023948669,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8250913023948669,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kitsbow\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.46019028542814,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7552604675292969,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7552604675292969,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2010 tour of flanders\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.74089068825911,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nick rodgers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.24608501118567,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"park tool\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.356608478803,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hoka one one speedgoat 2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.3538268506901,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"doug lawder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.27672559577762,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olympic\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 76.07354075597841,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mass ascension\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.04962779156328,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cassondra spring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.99746514575412,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"joanna zeiger\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.28123444499752,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"élie gesbert\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.63354037267081,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8613139986991882,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8613139986991882,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yampa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.87124782932275,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"creo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.23069079785878,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blocker purgeair dry sack\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.2429977289932,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"united states olympic and paralympic committee\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.06325533556183,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8115154504776001,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8115154504776001,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"san onofre foundation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.65508684863524,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.20681223273277283,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.20681223273277283,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fox\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.47929736511921,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"at4\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 66.63776015857285,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wilco\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.81464872944694,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"clendenin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nike\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 80.71123397838653,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2440876066684723,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2440876066684723,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kara\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.36715821044739,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8777276277542114,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8777276277542114,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national sleep foundation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.47275557861962,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8280844688415527,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8280844688415527,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lifa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.09719115088244,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8929612040519714,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8929612040519714,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"feedback sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.40361445783133,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7875425815582275,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7875425815582275,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cj winegar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 50.285417747794504,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9904773235321044,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9904773235321044,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pfg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.82479919678715,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.786441445350647,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.786441445350647,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"good to go\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.71571072319202,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8322246074676514,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8322246074676514,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"salomon sense\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.48837209302325,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8517947196960449,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8517947196960449,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sten jacket\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.0762331838565,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"forbes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.95022399203584,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tour de france jury booted\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.09989959839358,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"australian institute of sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.96080377077648,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.20539245009422305,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.20539245009422305,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nytro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.8546365914787,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7386735677719116,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7386735677719116,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"david costello\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.17620481927712,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"running with the buffaloes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.59117938553022,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9311941862106324,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9311941862106324,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"barrington brewery\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.86546184738957,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeep\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 96.76740153579392,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"holiday inn express\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.08129876667506,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dave smith\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.95460509052742,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8378089070320129,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8378089070320129,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"runbold\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.97356941236848,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.949825644493103,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.949825644493103,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bixby\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.82488014130709,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"power games\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.76064096144216,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.17578214406967163,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.17578214406967163,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cancellara\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.08423434749812,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dygert owen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.30274075936636,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"uci road world championships\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.66926363407891,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"10awg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.0009910802775,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mike\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.12061569518042,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carlos\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.39480259870065,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2010 oregon study\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.63739591218774,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"usopc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.2674253200569,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stockman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 59.21476343819669,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bike peddler\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 23,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 3,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 85.92811999470547,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 73.29317269076306,\n                                \"item\": \"desserts and baking\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 70.63953488372093,\n                                \"item\": \"cooking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.85966068402894,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 86.00690042236481,\n                                \"item\": \"computing\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 80.2532514332232,\n                                \"item\": \"skiing\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 85.69724882040384,\n                                \"item\": \"field hockey\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 92.74762997088249,\n                                \"item\": \"rugby\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 85.09791056289365,\n                                \"item\": \"auto technology\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 93.36590383131912,\n                                \"item\": \"beach volleyball\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 91.4855965910943,\n                                \"item\": \"weightlifting\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 70.63953488372093,\n                                \"item\": \"barbecues and grilling\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.23834683419041,\n                                \"item\": \"industries\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 87.6594410086683,\n                                \"item\": \"auto repair\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 94.27672559577762,\n                                \"item\": \"badminton\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 87.30175386829639,\n                                \"item\": \"college sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 87.6594410086683,\n                                \"item\": \"auto recalls\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 87.93398856853307,\n                                \"item\": \"food\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 90.9328490670998,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 88.1600931661146,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 76.35591102224444,\n                                \"item\": \"squash\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.52995156767778,\n                                \"item\": \"bodybuilding\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.173535900592,\n                                \"item\": \"australian rules football\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 80.28199610544965,\n                                \"item\": \"track and field\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 78.66859512096535,\n                                \"item\": \"national news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 92.81426052778976,\n                                \"item\": \"dining out\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 79.3945028509226,\n                                \"item\": \"poker and professional gambling\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.02830759056552,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 85.62606314793918,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 83.68977828237612,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 90.02354444803825,\n                                \"item\": \"auto shows\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 74.24174251631851,\n                                \"item\": \"walking\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 87.6594410086683,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 87.51568381430363,\n                                \"item\": \"motorcycles\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 86.59669729019416,\n                                \"item\": \"business\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 86.00690042236481,\n                                \"item\": \"consumer electronics\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 70.96412556053812,\n                                \"item\": \"fishing sports\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 86.00690042236481,\n                                \"item\": \"technology\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 70.96412556053812,\n                                \"item\": \"golf\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 92.99501655866568,\n                                \"item\": \"olympic sports\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 97.48680573008292,\n                                \"item\": \"healthy cooking and eating\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 94.27672559577762,\n                                \"item\": \"rowing\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 88.8845074690564,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 86.09727571401825,\n                                \"item\": \"cycling\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"water polo\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 99.94973611460163,\n                                \"item\": \"auto safety\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 97.75468308955608,\n                                \"item\": \"literature\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 85.10356164476566,\n                                \"item\": \"disabled sports\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 73.29317269076306,\n                                \"item\": \"ice hockey\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.27672559577762,\n                                \"item\": \"gymnastics\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 97.75468308955608,\n                                \"item\": \"children's literature\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 97.48680573008292,\n                                \"item\": \"hunting and shooting\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 78.66859512096535,\n                                \"item\": \"news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 92.42997728993188,\n                                \"item\": \"fantasy sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 91.5514592933948,\n                                \"item\": \"economy\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 99.2429977289932,\n                                \"item\": \"international news\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 85.2963437816277,\n                                \"item\": \"extreme sports\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 99.82219873589186,\n                                \"item\": \"car culture\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 60.39480259870065,\n                                \"item\": \"medical health\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.63343315995223,\n                                \"item\": \"equine sports\",\n                                \"total\": 7\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"runningshoesguru\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 63.09157959434542,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8871008157730103,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8871008157730103,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"holly\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.58312517346656,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9408028721809388,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9408028721809388,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"android\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 90.71883530482256,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"thomas test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.721898417985,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9428173303604126,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9428173303604126,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apple\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"central nervous system\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.3669854764435,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ian griffiths\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.95892311962254,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7985212802886963,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7985212802886963,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gopro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.09103790294012,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7565262913703918,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7565262913703918,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"galen rupp\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.00832639467112,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9023017287254332,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9023017287254332,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"slopro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.66666666666666,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"boston marathon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.59511158342188,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7565262913703918,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7565262913703918,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nike\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 91.72865745660646,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7565262913703918,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7565262913703918,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alberto salazar\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 90.12632121680846,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kinetic revolution\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.77258235919234,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cadence\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.540603248259856,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"flex\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.44422376696458,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"youtube\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 83.4443519289481,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8917789459228516,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8917789459228516,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hudl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.06946066884734,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9703011512756348,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7351505756378174,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"james\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.59243473628128,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8804619312286377,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8804619312286377,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olympic\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 65.2789342214821,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7985212802886963,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7985212802886963,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iphone\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 91.14531612048992,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"andy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.6340772228126,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7312684059143066,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7565262913703918,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7438973486423492,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mo farah\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.4443519289481,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9240993857383728,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9240993857383728,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hudl technique\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.3669854764435,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ian\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 3,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 80.30606512471502,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"computing\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"business\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"auto technology\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 72.87551582796601,\n                                \"item\": \"technology\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 94.59243473628128,\n                                \"item\": \"weightlifting\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"industries\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 80.62955070147396,\n                                \"item\": \"olympic sports\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 94.59243473628128,\n                                \"item\": \"rowing\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.44422376696458,\n                                \"item\": \"dash cam videos\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 94.59243473628128,\n                                \"item\": \"australian rules football\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 94.59243473628128,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 80.62955070147396,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 94.59243473628128,\n                                \"item\": \"gymnastics\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 94.59243473628128,\n                                \"item\": \"badminton\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"economy\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 72.87551582796601,\n                                \"item\": \"consumer electronics\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 8\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"theadventurejunkies\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 69.19246394623119,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8416014313697815,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8874452114105225,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.864523321390152,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rei\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 62.20915686765074,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8864431381225586,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8864431381225586,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alapa li\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.29672254190643,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8864431381225586,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8864431381225586,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olukai alapa li\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.29672254190643,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8864431381225586,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8864431381225586,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olukai\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.791345186179136,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7999938726425171,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7999938726425171,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dwr\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 64.58593945459094,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8197879195213318,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8197879195213318,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north face litewave\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.540905679259446,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.915718674659729,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.915718674659729,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"salomon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.440830622967226,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.915718674659729,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.915718674659729,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"techamphibian 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.785016606595,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7310799360275269,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9318860769271852,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.665741503238678,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the adventure junkies\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.11596348383913,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8532881140708923,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8532881140708923,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"merino\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 3,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 90.785016606595,\n                                \"item\": \"comics and graphic novels\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.785016606595,\n                                \"item\": \"hunting and shooting\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 90.785016606595,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 90.785016606595,\n                                \"item\": \"travel books\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 64.58593945459094,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 90.785016606595,\n                                \"item\": \"literature\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 90.785016606595,\n                                \"item\": \"fantasy sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 90.785016606595,\n                                \"item\": \"fishing sports\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 90.785016606595,\n                                \"item\": \"extreme sports\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 90.785016606595,\n                                \"item\": \"art and photography books\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 64.58593945459094,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 64.58593945459094,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 8\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"joeylondon\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 57.44509908944831,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.42821535393819,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"seth harrington\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.92596248766041,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9491217136383056,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9491217136383056,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reiss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.66929911154983,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alex\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9215197563171388,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9215197563171388,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sunglasses shop\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.686127477236205,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"holbrook\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.91510365251727,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"christmas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7563047409057617,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7563047409057617,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dollar shave club\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.10167818361305,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mcarthurglen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.74827245804542,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ashford designer outlet\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.16880552813426,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bridgend designer outlet\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.15301085883513,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8584374189376831,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8584374189376831,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carluccio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.39980256663375,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8584374189376831,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8584374189376831,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wagamama\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.52380952380952,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9564603567123412,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9564603567123412,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"guess\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.08687068114511,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9491217136383056,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9491217136383056,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"adidas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.67547357926222,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9051467776298524,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9051467776298524,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.2862783810464,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"new years\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.24049276914836,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9057348966598512,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9057348966598512,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"holbrooks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.03639082751744,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7552851438522339,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7552851438522339,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tu formalwear & premium\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.975866675376892,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.975866675376892,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"icon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.95515442109718,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9564603567123412,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9491217136383056,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9527910351753234,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tommy hilfiger\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.9279368213228,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9184537529945374,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9184537529945374,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bose\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 91.27617148554336,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.09319522976875304,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.09319522976875304,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"canary wharf\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.1740760578468,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frogskins\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.80952380952381,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9564603567123412,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9564603567123412,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"levi’s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.61904761904762,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9131154417991638,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9131154417991638,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"instagram\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 99.37875585755944,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7922183275222778,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8571649789810181,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8896876573562622,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1830204427242279,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9825497269630432,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6720915905066899,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"joey london\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.51794322442422,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.756572961807251,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.756572961807251,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oakley\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.10167818361305,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mcarthurglen cheshire oaks outlet\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8992780447006226,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8992780447006226,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ichoose\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.88943731490623,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9491217136383056,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9491217136383056,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nike\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 51.94472876151484,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9153178930282592,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9153178930282592,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cannes film festival\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.75320829220138,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9491217136383056,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9491217136383056,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"allsaints\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"australian rules football\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 10\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"adventure-journal\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 97.764280175756,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scottish borders health and social care partnership\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.34647609659932,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.952755093574524,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.952755093574524,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ios\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.158698866436666,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"android\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 96.65288188162316,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"edinburgh napier university\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.7158734506193,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8589973449707031,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6794986724853516,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zippo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.49061662198391,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvid corax\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.833662388943736,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.17529723048210144,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.17529723048210144,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"swiss army\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.9418454380977,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9758037328720092,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9758037328720092,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tony westbury\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.70286278381047,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8626116514205933,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8626116514205933,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cotopaxi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 56.94906577937036,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2207786738872528,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2207786738872528,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hot hands\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.98173741362291,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.17529723048210144,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.17529723048210144,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"victorinoix\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.64514539181863,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8910603523254395,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8910603523254395,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"all trails\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.2819122720552,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"star map\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.32774765894528,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8809038996696472,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8809038996696472,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gaia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.44307540660424,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9172440767288208,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9172440767288208,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"audubon field\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.04787759131293,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"osprey\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.35120643431635,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvid cycles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.15893385982231,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stanley\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.83923494443009,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9051458835601808,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9051458835601808,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mcculloch-graham\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.92969759627812,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8998703360557556,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8998703360557556,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robert mcculloch-graham\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.89995071463775,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7887352705001831,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7887352705001831,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"garmin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 50.80088713652046,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9525496363639832,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9525496363639832,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mushroom guide app\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.61458846722524,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sky guide\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.42398815399802,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7271836400032043,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7271836400032043,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"black diamond\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 59.85254691689008,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"montanus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.15794669299111,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.10844197869300842,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.10844197869300842,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tilley hats\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.66756032171582,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"francesco d’alessio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.59328726554789,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.905112624168396,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.905112624168396,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outdoor research\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.302073050345506,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8823030591011047,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8823030591011047,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"duluth trading company\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.07506702412869,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"giorgio frattale\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.22161895360315,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1560310125350952,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1560310125350952,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"l.l. bean\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.0344997535732,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.14893418550491333,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.14893418550491333,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iphone\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 60.05421389847216,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8551361560821533,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8551361560821533,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olympics\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 68.20088845014808,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8842061758041382,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8842061758041382,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jansport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.61508132084771,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"peakfinder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.26269098077871,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"leafsnap\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.2686052242484,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9172440767288208,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9172440767288208,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"audubon bird guide\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.4990128331688,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1850362718105316,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1850362718105316,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eddie bauer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.0664254329284,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"galashiels resource center\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 59.958045409674234,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.834227979183197,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.834227979183197,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"patagonia\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 3,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 79.64514539181863,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 79.64514539181863,\n                                \"item\": \"walking\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 79.64514539181863,\n                                \"item\": \"skiing\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 69.44307540660424,\n                                \"item\": \"field hockey\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 60.05421389847216,\n                                \"item\": \"weightlifting\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 60.05421389847216,\n                                \"item\": \"olympic sports\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 79.64514539181863,\n                                \"item\": \"track and field\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 60.05421389847216,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 79.64514539181863,\n                                \"item\": \"food\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 79.64514539181863,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 60.05421389847216,\n                                \"item\": \"gymnastics\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 79.64514539181863,\n                                \"item\": \"hunting and shooting\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 79.64514539181863,\n                                \"item\": \"dining out\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 79.64514539181863,\n                                \"item\": \"extreme sports\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 79.64514539181863,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 79.64514539181863,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 8\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"thebigoutside\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 74.23220973782772,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.993727445602417,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.993727445602417,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dyneema\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.10138476755688,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"justin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.74724724724724,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.975471556186676,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.975471556186676,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mountain gear xl dcf11 roll\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.12660731948566,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"primal wild: backpacking 80 miles through the north cascades\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.45761519527397,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"facebook\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 75.85691028106758,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.975471556186676,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.737735778093338,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyperlite\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.06866416978776,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7520658373832703,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7520658373832703,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gregory\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.82789317507419,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"andrews bald\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.90056608417425,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7507350444793701,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7507350444793701,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stephen herrero\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.23769057735564,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9883685111999512,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9883685111999512,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the big outside thank you for providing a wonderful blog filled with amazing photos and inspiring trips\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.37702871410735,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"backpacker\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.71660424469414,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mountain gear 3400\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.33277986940342,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"twitter\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 84.09990108803164,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"icl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.22042807611994,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"instagram\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 76.63204747774482,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the wilderness act of 1964\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.03317508731412,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"youtube\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 79.53758654797231,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frank\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.37313120748117,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7839057445526123,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9974730014801024,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9063905477523804,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.669681327683585,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the big outside\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.12992463611694,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9477722644805908,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9477722644805908,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9477722644805908,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9477722644805908,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9477722644805908,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9477722644805908,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9477722644805908,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9477722644805908,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michael lanza\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"idaho conservation league\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.454344080728525,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7507350444793701,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7507350444793701,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bear attacks: their causes and avoidance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.10138476755688,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"justin hayes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.44856577645896,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.926283597946167,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.926283597946167,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"southwest\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 68.44159383818189,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 66.71660424469414,\n                                \"item\": \"skiing\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"item\": \"field hockey\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"item\": \"rugby\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 84.6337621003793,\n                                \"item\": \"olympic sports\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"item\": \"college sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 68.44159383818189,\n                                \"item\": \"dash cam videos\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"item\": \"australian rules football\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 78.66137614848425,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 84.74724724724724,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 84.74724724724724,\n                                \"item\": \"water polo\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"item\": \"national news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"item\": \"news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 84.6337621003793,\n                                \"item\": \"fishing sports\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 75.7319257459707,\n                                \"item\": \"extreme sports\",\n                                \"total\": 9\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"medium\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 75.55110220440882,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.08037546277046204,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.08037546277046204,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gizmodo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.61050545094153,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7765985131263733,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ann arbor spark\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.04410307234886,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7765985131263733,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"downtown development authority\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.65781563126252,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2517532706260681,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2517532706260681,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"domino’s pizza\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.15681362725451,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1296769380569458,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1296769380569458,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. chamber of commerce\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.21521226415094,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nhtsa\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 99.63148584905662,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"henry ford\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 75.59464816650149,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7765985131263733,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of michigan transportation research institute\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.21407333994054,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7765985131263733,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michigan economic development corporation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.50250501002003,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ninth circuit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.20541082164328,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ada\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.72294589178355,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.08490115404129028,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.08490115404129028,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"guillermo robles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.14028056112225,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"peter blanck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 59.1933867735471,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lennard davis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.721943887775545,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"world wide web\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.60158572844401,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7765985131263733,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ann arbor area transportation authority\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.249410377358494,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"transportation mobility cloud™\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.06780660377358,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"california\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.2338949454906,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7978091239929199,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7978091239929199,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"consumer electronics show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.63927855711422,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"syracuse university\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.87825651302605,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. court of appeals for the ninth circuit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.06513026052103,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blanck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.27905811623246,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of illinois\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.10731132075472,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8672637939453125,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8672637939453125,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"paris climate accord\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.19589178356713,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2644098997116089,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2644098997116089,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"supreme court\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.3381763527054,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"los angeles times\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.28891509433963,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"epa\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 99.812124248497,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.24827098846435547,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.24827098846435547,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"domino\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.6798810703667,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7978091239929199,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7978091239929199,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jim hackett\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.66683366733467,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8303074836730957,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8303074836730957,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president george h. w. bush\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.05961923847696,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"title iii of the ada\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.15080160320642,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"equality: the struggle for web accessibility by persons with cognitive disabilities\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.61873747494992,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8303074836730957,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8303074836730957,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"americans with disabilities act\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.95044598612488,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ann arbor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.16721002720796,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 92.59769539078157,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robles\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 98.21143172532118,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 97.65781563126252,\n                                \"item\": \"desserts and baking\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 85.06780660377358,\n                                \"item\": \"auto insurance\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 98.16721002720796,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 72.15681362725451,\n                                \"item\": \"business\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 69.63927855711422,\n                                \"item\": \"college sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 72.15681362725451,\n                                \"item\": \"industries\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 98.16721002720796,\n                                \"item\": \"auto repair\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 98.21143172532118,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 86.05961923847696,\n                                \"item\": \"track and field\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 98.16721002720796,\n                                \"item\": \"auto recalls\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 97.65781563126252,\n                                \"item\": \"food\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 69.63927855711422,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 94.1313464309643,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 98.16721002720796,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 69.63927855711422,\n                                \"item\": \"australian rules football\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 72.15681362725451,\n                                \"item\": \"national news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 79.19589178356713,\n                                \"item\": \"news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 79.19589178356713,\n                                \"item\": \"law\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.16721002720796,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 97.65781563126252,\n                                \"item\": \"healthy cooking and eating\",\n                                \"total\": 2\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"bleacherreport\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 99.372009569378,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"spence\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.22488038277513,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8383166790008545,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8383166790008545,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lamont peterson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.92344497607657,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"serious condition\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.58373205741627,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8383166790008545,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8383166790008545,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kell brook\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.88397129186603,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wbc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.81459330143541,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kevin iole\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.39593301435406,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yahoo sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.73086124401914,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"boxer errol spence jr.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.18062200956938,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fox 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.1818181818182,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ferrari\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 66.71650717703349,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8383166790008545,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8383166790008545,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mikey garcia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.8397129186603,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cbs 11\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.64473684210526,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ibf\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.64473684210526,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ibf welterweight championships\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.66267942583733,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"j.d. miles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.8397129186603,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cbs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.01435406698565,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the ring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.02870813397129,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"porter\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"champion boxer errol spence jr.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"premier boxing champions\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.20813397129186,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8383166790008545,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8383166790008545,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"shawn porter\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 93.1818181818182,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"olympic sports\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"wrestling\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"field hockey\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"soccer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"rugby\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"fishing sports\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"college sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"australian rules football\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"cricket\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"boxing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"tennis\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"martial arts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"fantasy sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"baseball\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"extreme sports\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 93.1818181818182,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"basketball\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 81.9377990430622,\n                                \"item\": \"equine sports\",\n                                \"total\": 7\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"adexchanger\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 97.17542120911794,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"insider inc.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.5782953419227,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"safari\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.81962338949457,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pete spande\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.24430128840436,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the sell sider\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.010406342913775,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iab\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 97.17542120911794,\n                                \"item\": \"business\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 97.17542120911794,\n                                \"item\": \"industries\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 99.24430128840436,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 99.24430128840436,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 10\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"autonews\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 87.07995365005794,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"galaxy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.12282734646581,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mondeo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.65932792584009,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s-max\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.21320973348783,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"automotive news europe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 82.21320973348783,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"automotive news\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 87.65932792584009,\n                                \"item\": \"technology\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto repair\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 87.65932792584009,\n                                \"item\": \"consumer electronics\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto recalls\",\n                                \"total\": 13\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"motor1\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 89.95247793618466,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"phantom\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.0366598778004,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8956459760665894,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8956459760665894,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suv\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 70.06109979633402,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7426660656929016,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7426660656929016,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nhtsa\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 75.76374745417516,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"federal motor vehicle safety standard\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 66.56483367277664,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7541159391403198,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7541159391403198,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.19755600814665,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national highway traffic safety administration\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 69.78954514596063,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7541159391403198,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7541159391403198,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"office of vehicle safety compliance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bmw\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 90.2919212491514,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8065400123596191,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8065400123596191,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cullinan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.69925322471148,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rolls-royce cullinan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.27359131025119,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"supra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 89.51120162932791,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"toyota\",\n                                \"total\": 5\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto repair\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 89.51120162932791,\n                                \"item\": \"auto recalls\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 152.03665987780042,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"businesstoday\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 82.11042944785277,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7251830101013184,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7251830101013184,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tata motors\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.8957055214724,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"maruti suzuki\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.36196319018406,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7522732019424438,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7522732019424438,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"honda\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 87.93865030674847,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8073382377624512,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8073382377624512,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alturas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.30061349693251,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9121333956718444,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9121333956718444,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rajesh goel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.73006134969324,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.28725510835647583,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.28725510835647583,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai motor india\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.98159509202455,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9825631380081176,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9825631380081176,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m&m\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.84049079754601,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8073382377624512,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8073382377624512,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"premium suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.43558282208588,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mahindra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 64.45398773006134,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9121333956718444,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9121333956718444,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"honda cars india ltd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8073382377624512,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8073382377624512,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mpv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.09815950920246,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8073382377624512,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8073382377624512,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"marazzo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.36196319018404,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7235220074653625,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7235220074653625,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mayank pareek\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.6441717791411,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8073382377624512,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8073382377624512,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xuv3oo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.69938650306749,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"toyota\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cars\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.62576687116564,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7235220074653625,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7235220074653625,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tata motors ltd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.8159509202454,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"santro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.8957055214724,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"maruti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.58282208588957,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grand i10 nios\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.73006134969324,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai\",\n                                \"total\": 3\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"scooters\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.8957055214724,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"auto technology\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"auto repair\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"auto recalls\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"auto safety\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"motorcycles\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"auto insurance\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"car culture\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 96.8957055214724,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"auto shows\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 94.2085889570552,\n                                \"item\": \"equine sports\",\n                                \"total\": 7\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"usatoday\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 67.18863801893664,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.60888565185725,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frontier\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 64.53022578295703,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa sedan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.80626365622724,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.12371936440467834,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.12371936440467834,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rogue suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.92279679533867,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nhtsa\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 66.78805535324108,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pathfinder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.29643117261472,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.12371936440467834,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.12371936440467834,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"altima sedan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.33139111434814,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"titan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.62272396212673,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sentra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.04297159504733,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nv200\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.89293517844136,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"infiniti\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 65.07647487254188,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa note\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nissan\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 91.29643117261472,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"altima\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 91.80626365622724,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rogue\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.09613983976693,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rogue sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.98980335032775,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"leaf\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.47997086671522,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"murano\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.7713037144938,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"maxima\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 84.70502549162417,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national highway traffic safety administration\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 68.244719592134,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kicks\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 66.09613983976693,\n                                \"item\": \"olympic sports\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 66.09613983976693,\n                                \"item\": \"rugby\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 66.09613983976693,\n                                \"item\": \"disabled sports\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 66.09613983976693,\n                                \"item\": \"college sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 66.09613983976693,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 66.09613983976693,\n                                \"item\": \"australian rules football\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 66.09613983976693,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 66.09613983976693,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 66.09613983976693,\n                                \"item\": \"fantasy sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 66.09613983976693,\n                                \"item\": \"fishing sports\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 66.09613983976693,\n                                \"item\": \"extreme sports\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 64.53022578295703,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 66.09613983976693,\n                                \"item\": \"equine sports\",\n                                \"total\": 7\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"consumerreports\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 97.43589743589745,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7753380537033081,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7753380537033081,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 98.93162393162392,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7753380537033081,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7753380537033081,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 76.28205128205127,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7753380537033081,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7753380537033081,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"consumer reports\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 98.93162393162392,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 98.93162393162392,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"bbc\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 71.10208227526662,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.13065603375434875,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.13065603375434875,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"martin winterkorn\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7445182800292969,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7445182800292969,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volkswagen\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 71.01320467242255,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.24210861325263977,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.24210861325263977,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"winterkorn\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.47638395124427,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.09701329469680786,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.09701329469680786,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"environmental protection agency\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 72.07973590655155,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.13065603375434875,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.13065603375434875,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vw america\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.05738953783649,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1994767785072327,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1994767785072327,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"epa\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 97.79075672930422,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vw\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 68.95632300660233,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"matthias mueller\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 87.7602844083291,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"porsche\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 91.28999492127984,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"beetle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.84205180294566,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mueller\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.65820213306246,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.87658710005078,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.13065603375434875,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.13065603375434875,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michael horn\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.07414931437278,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"passat\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.72473336719148,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7770750522613525,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7770750522613525,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volkswagen group\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.37887252412392,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jetta\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.72168613509396,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"audi\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 91.18842051802946,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"golf\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 182.9101066531234,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 91.72168613509396,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 97.79075672930422,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 72.07973590655155,\n                                \"item\": \"auto insurance\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 72.07973590655155,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"theathletic\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 50.94621513944223,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9643329381942748,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9643329381942748,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"doc brown\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.5418326693227,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.26259151101112366,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.26259151101112366,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nba\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.58789625360231,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"new york red bulls\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.98804780876493,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blake griffin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.39442231075697,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"joe johnson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rookie of the year\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.95418326693228,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rose\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.61575408261288,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.08048981428146362,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.08048981428146362,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mls\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.19521912350598,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"johnson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.35059760956175,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"all-star\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.68924302788844,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"griffin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.35258964143426,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"derrick rose\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.48318924111432,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dallas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.29298751200768,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.09997370839118958,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.09997370839118958,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mls cup\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.800796812749,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7697142958641052,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7697142958641052,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pistons\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 62.35059760956175,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"item\": \"field hockey\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 62.35059760956175,\n                                \"item\": \"business\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"item\": \"literature\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"item\": \"track and field\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"item\": \"industries\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 89.5418326693227,\n                                \"item\": \"olympic sports\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"item\": \"children's literature\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 89.5418326693227,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 62.35059760956175,\n                                \"item\": \"technology\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 89.5418326693227,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"item\": \"hunting and shooting\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"item\": \"economy\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 62.35059760956175,\n                                \"item\": \"consumer electronics\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 62.35059760956175,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 62.35059760956175,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 62.35059760956175,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 89.5418326693227,\n                                \"item\": \"basketball\",\n                                \"total\": 2\n                            }\n                        ]\n                    },\n                    {\n                        \"resource\": \"motortrend\",\n                        \"statistics\": {},\n                        \"keywords\": [\n                            {\n                                \"score\": 96.98182284233226,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ivan espinosa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.76178660049628,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multiair ii\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.48765862887656,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.22864434123039248,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7705569267272949,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7646780014038086,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5202984053354996,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 98.99328859060404,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dbs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.84737484737484,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator mopar truck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.42342342342344,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"levorg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.23704438383338,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a8 l\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.63476070528966,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7927776575088501,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7927776575088501,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"qx50\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.71532063321706,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.791480302810669,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.791480302810669,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mazda suvs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.92731829573934,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.9203364670955,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bridgestone\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.15442092154422,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-53\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.799898938858,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"autonomous technology\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.38906720160482,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camry\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.22093023255812,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.21014904975891113,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.21014904975891113,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"macan turbo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.84183673469387,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8858314752578735,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8858314752578735,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jason cammisa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.28891211711004,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9869462847709656,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.23627033829689023,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5744055410226186,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru outback\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.60526969922943,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7816658020019531,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7816658020019531,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zf\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.03544165757906,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.049925535917282104,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.049925535917282104,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"airbnb\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.61005633016583,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dbs superleggera\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.98879202988792,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-600\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.83913297450258,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.31334537267684937,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.4066726863384247,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ecosport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.59907834101382,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"imk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.70411568409344,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harman kardon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.57048003147747,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.74774774774777,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider classica first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.41899441340783,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fourth-generation rs 6 avant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.91293147861927,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-6s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.57863564812017,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9269191026687622,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2837028205394745,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7193804979324341,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8421963453292847,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7491990327835083,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.837360143661499,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2490236461162567,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5615434216128455,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motortrend\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.69976726144299,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"munich\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.91821155943292,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v lx road trip\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.88696307460437,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.19053897261619568,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.19053897261619568,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.3027423296226,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q7\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.20143884892086,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9825451374053956,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9825451374053956,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln corsair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 56.70197224251279,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 1500s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.95517035265989,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1280338168144226,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"paddle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.36724565756823,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.88737286033243,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9822077751159668,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9822077751159668,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.11578305911029,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v90 t5 cross country\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.7163663293014,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hellcat\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.54885868171326,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"911 t\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.85005452562706,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.685929648241206,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aldred\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.60034991252186,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taurus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.83976330855336,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.745212733745575,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8417580127716064,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7934853732585907,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.6981981981982,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9178590774536132,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9178590774536132,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"golf r\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.9773156899811,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"patryk mikiciuk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.92549951420033,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8495566248893738,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6165188749631246,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.98718478710212,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9057310223579408,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9057310223579408,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas se\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.6043165467626,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blazer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87632945832304,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.4108567018266,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c-hr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.93588099512696,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini cooper hardtop oxford edition\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.29555149299208,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8116555213928223,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8116555213928223,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"d4 cross country\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.55890475401992,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 59.0047393364929,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 f-series super duty truck lineup\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.83660130718954,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsair first look\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.62182741116752,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram heavy duty\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.83660130718954,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.74830444611906,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-series\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9662426710128784,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9662426710128784,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 mclaren senna first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.23567310927731,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7054169774055481,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7833875417709351,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5814674198627472,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mclaren\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 58.39979418574737,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9497915506362916,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9497915506362916,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"google assistant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.6610463674684,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"w-12\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.04092271472045,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jonny lieberman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87998799879988,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9502999186515808,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9502999186515808,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"es\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.90526714664648,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.4270699820559,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 versa s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.8598362689159,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc40\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.58061325420377,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7628457546234131,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7628457546234131,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt2 rs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 56.65835411471322,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"patrol\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.59677419354838,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd review - long-term update 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.83241971188673,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9339536428451538,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8051061630249023,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5461912378668785,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"toyota\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 95.73459715639812,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vantage amr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.27051926298157,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"240z\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.80302641703001,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"united states military\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.84737484737484,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.59414689621968,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2 series gran coupe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8565051020408,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.23781552910804749,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.23781552910804749,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 laramie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.76549000246852,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scat pack widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.51136363636364,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.22662755692431,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8934952616691589,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6967476308345795,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette c8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.99479295809572,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g90 v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.918506405015,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9101632833480836,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9101632833480836,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln continental\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.42503906417606,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"z\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.05722122811642,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"laguna seca\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.07949328584017,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.25776965265082,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"t5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.81208053691276,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"911 gt2-rss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.190900098911975,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8941890001296997,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8941890001296997,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zupra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.22580105780204,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.923906683921814,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8246913552284241,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8934952616691589,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7855233252048492,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 50.9771986970684,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8851518034934998,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8851518034934998,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robert meier\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.27655677655677,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1960473358631134,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1960473358631134,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mopar gladiator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.52369077306733,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.29303547739982605,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.29303547739982605,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeeps\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.3564899451554,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9341447353363036,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9341447353363036,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v60 d4 cross country\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.53846153846154,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"colorado zr2 aev bison\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.6902966314731,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 new york international auto show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.87133879710362,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8013237714767456,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.11514759063720705,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.742064356803894,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5396339297294617,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michelin\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 58.09464508094645,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-53/59\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.63121444471926,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"google\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.76810100489564,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acuralink\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.93553518660875,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.12146678566932678,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.3107333928346634,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carbonpro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.73900074571216,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.2193500654051,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9893913269042968,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8720257878303528,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6230595878192356,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mazda\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 65.75258988421695,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.840800404548645,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.840800404548645,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"d5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.4941269069869,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.962216624685134,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8049623966217041,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8049623966217041,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.6670918367347,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8649559020996094,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8649559020996094,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"etorque\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.50087917608641,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multipro\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 89.25417204951728,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.702754020690918,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8824726343154907,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6170453310012818,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vw\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 99.81426448736998,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b1\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 80.19732291929454,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2401466965675354,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.3700733482837677,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.90859232175502,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v60 cross country diesel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.39249639249638,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"markus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.27006818819083,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8252295255661011,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8056737780570984,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9814133048057556,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8421963453292847,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8212368488311768,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.09280180931091309,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7582641839981079,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.745212733745575,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8107926845550537,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8934427499771118,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6355928402197989,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nissan\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 86.74251793222854,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"spotify\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.88422948289168,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.20709091424942017,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.20709091424942017,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acadia at4 off-road\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.78247734138973,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"classica\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.447665724646,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mercedes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.08955223880596,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.15560385584831238,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.15560385584831238,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sp sport maxx gt600\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.14497120610947,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7491990327835083,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5830663442611694,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx a-spec\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.20278322296568,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7402715682983398,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7932698726654053,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6333853602409363,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"supra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.76549000246852,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scat pack\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.12310370554589,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9879101514816284,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9879101514816284,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bose\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 74.22680412371135,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 sonata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.33376716417774,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8246913552284241,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8934952616691589,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.739395538965861,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.28166351606806,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang gt350\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.63133580219204,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9335104823112488,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7167552411556244,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.15096709369504,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silao\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.56892230576442,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.50173010380622,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9317909479141236,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9317909479141236,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander awd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.72727272727272,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"3500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.80099502487562,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"911\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.7406644359878,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.35175879396984,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 ram 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.27152270207753,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pontiac\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.36702954898912,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"akio toyoda\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.97058823529412,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scorpion turns 70\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.9222395023328,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lf-30\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.02511037737072,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7845735549926758,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.871512234210968,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7186952630678812,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"infiniti\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 95.19851116625313,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8246889710426331,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8246889710426331,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bowtie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87283477192028,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"countryman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.31427899317808,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8051061630249023,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6525530815124512,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corolla\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.42039800995025,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.19293373823165896,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.19293373823165896,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti s209 a\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.76379137412236,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hollywood\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.93748437109278,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini countryman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.62519440124416,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ls\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.70512182993535,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hemi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.62759643916914,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.14923253655433655,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.14923253655433655,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"991.2 carrera s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.42449252261447,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.808551549911499,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5617103099822998,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"navigator\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.93748437109278,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini countryman s all4 first test review mini\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.21311475409836,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zr2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.21144506386734,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.0946362316608429,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.17997673153877258,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.31865324079990387,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark rechtin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.97269116186692,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8013237714767456,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8013237714767456,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ps4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.97362471740769,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"saikiran nuli\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.07980049875312,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.29303547739982605,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.29303547739982605,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"darien gap\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.36033163265306,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2366158366203308,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2366158366203308,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kurtis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.64294662991732,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pccb carbon-ceramic brakes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.27959697732997,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acura wins\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.40932642487049,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"6 signature 2.5t\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.36363636363637,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"600lt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.39210998206813,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1280338168144226,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gordon dickie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.38872104733132,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outbacks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.7032032032032,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2517668902873993,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2517668902873993,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"amg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.55949813059058,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7120150923728943,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6060075461864471,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.66319731642312,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500x\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 87.85801340645948,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rs6 avant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.97727272727273,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"i3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.26017516743948,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2043669819831848,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2043669819831848,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motortrend garage\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 56.395348837209305,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2016 geneva auto show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.96940104540327,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9497915506362916,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8948080539703369,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7815332015355428,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"amazon\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 81.245434623813,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 silverado 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.3076923076923,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9893913269042968,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9893913269042968,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"3 sedan premium interior\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.6617545763632,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"genesis g90\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.01184034017999,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8375285267829895,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7599700689315796,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7878027558326721,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8903244733810425,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8767122626304626,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6502125534144315,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apple\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 61.702127659574465,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7527228593826294,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7527228593826294,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"biermann\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.811850946854,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9592499732971193,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9592499732971193,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michael cantu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.50102417042196,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln continental awd black label 3.0\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.10160441410916,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 94.52601751674396,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent limited\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.078431372549,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9093974232673644,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9093974232673644,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd verdict\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.17667318771856,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.42123418934457,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.06332576274871826,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.06332576274871826,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xterra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.18848783184382,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7330356240272522,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5776785413424174,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"911 carrera s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.18018018018019,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 ascent\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.5540910221338,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8657316565513611,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8657316565513611,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c7\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.99750623441396,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1621767282485962,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1621767282485962,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"overland journal\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.53528225806453,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2587205171585083,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2587205171585083,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iphone\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 79.41764558860285,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7469571828842163,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7469571828842163,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"7.1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.11361887663504,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8835151195526123,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8835151195526123,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini hardtop oxford edition\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.29555149299208,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"d4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.54600301659124,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"detroit symphony orchestra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.7325857184951,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8202093839645386,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6067364613215128,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volkswagen\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 80.30397022332507,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tigershark\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.9785238212787,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7924466133117676,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7924466133117676,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sonoma\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.57343742539273,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.964882493019104,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.732441246509552,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2017 fiat 124 spider\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.23733862959286,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motortrend car of the year\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.91821155943292,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v lx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.38707261581972,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"explorer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.09969788519638,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lusso\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.89539748953976,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8212368488311768,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8212368488311768,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman cooper s all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.76570110228147,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s grade\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.12531328320803,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"audi s4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.95348837209303,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8246913552284241,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8246913552284241,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette stingray first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.69517884914464,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lf-30 electrified concept\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.92730604764813,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9613406658172609,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9613406658172609,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zach gale\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.76498467521867,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7345834374427795,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6172917187213898,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.03703703703704,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9814133048057556,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9814133048057556,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"groovy commute\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.75,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"garage 2018 ram 2500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.77708592777087,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-750\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.17363344051448,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pandora\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.8955065296903,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7542724609375,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1531168520450592,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.4691297709941864,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrangler\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87496874218554,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"countryman s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.41687344913151,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc sierra denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.0728952772074,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9263138771057128,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9263138771057128,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national highway transportation safety administration\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.9631563122123,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9269191026687622,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9115938544273376,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.967221736907959,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6632168367505074,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"genesis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.5049751243781,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.63891675025076,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"solstice\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.20570132815033,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.971095085144043,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.971095085144043,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 x5 first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.94117647058823,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kona\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.78333697945442,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ecodiesel\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 95.35266922524796,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9020837545394896,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5670139590899149,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gm\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 99.91806636624334,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"740e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.46824408468244,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-650/750\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 59.71007248187953,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8554913997650146,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8554913997650146,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"buick\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln navigator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.36258776328987,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.26739072799682617,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.26739072799682617,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"justin bieber\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.83546617915906,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dieselgate\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.04184100418409,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7496223449707031,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7496223449707031,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"clubman s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.66480446927375,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v-fighter a good car\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.77632117984432,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gale\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.87719298245614,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.12179984484096,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cooper s e countryman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.36849925705795,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hummers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.39227895392278,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sohc 6.2-liter v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.81697873420828,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7605519890785217,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5651379972696304,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aviator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.13705583756345,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.746296763420105,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.746296763420105,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gen 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.6833081190116,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stephan winkelmann\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.27272727272728,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra hd 2500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.9134948096886,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7966271042823792,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7966271042823792,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mitsu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.6947496947497,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.6850320100784302,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6850320100784302,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mopar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.54651162790698,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"abarth 124 spider\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.98395721925134,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kimono\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.86746987951807,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.41637190500252,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vineet mehta\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.45273631840796,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pleiadian\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.96113074204946,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.45024161887599,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8714466094970703,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2518048882484436,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5308128744363785,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 2500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.90161892901618,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"super duty truck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.5945945945946,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent interior review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.179023059757,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"citroen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.18085442552146,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8944599628448486,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6972299814224243,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brian vance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.53551912568305,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.21696266531944275,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.21696266531944275,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ayapana\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.38708867118814,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gearon hooks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.00494804552201,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot sport 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.61409395973156,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"franchitti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.88098220997243,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"turbo s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.6394171686315,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8747398853302002,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9687345623970032,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7108686119318008,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nautilus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.4180266131057,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.904327630996704,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.904327630996704,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"starburst grille\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.5940866950639,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rolls-royce flying spur\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.73900074571216,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne e-hybrid compares to our 2011 suv of the year\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.41708542713569,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"datsun\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.719584569732945,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.81383112002004,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9384603500366212,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9384603500366212,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"goodyear eagles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.84984984984985,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"senna\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.78632237477592,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9269191026687622,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7727134823799133,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9484202861785888,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8965208530426025,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7574289540449778,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g70\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 56.83879093198993,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8049623966217041,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8049623966217041,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot assist\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.43826655764514,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.807513952255249,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.807513952255249,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"venetian\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.9448759709346,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bentley continental gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.02714932126696,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7901351451873779,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7901351451873779,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jraiche\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.88693467336684,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra 1500\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 68.72980362913249,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"918 spyder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.01419288035135,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xt6\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 60.84383843581168,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9655674695968628,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9655674695968628,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mapcare\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.41735112936344,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9263138771057128,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9263138771057128,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"insurance institute of highway safety\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.21428571428572,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"focus rs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.492804778713,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc90\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 88.88888888888889,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hybrid i8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.95668369551956,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7999770641326904,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.21400049328804016,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5069887787103653,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nhtsa\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 80.75238340633857,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acuras\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.61675126903553,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carb\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.84057971014492,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9134721159934998,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9134721159934998,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model 3 long range first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.30250481695568,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7968782186508179,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7968782186508179,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"city parking nyc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8881153654898,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2500 power wagon verdict\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.84737484737484,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator mopar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.60714285714286,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150 xl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87176199025392,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8650822639465332,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8650822639465332,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cooper hardtop\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.83642247719918,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"driver comes first\\n\\none\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.51162790697674,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider first look review abarth\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.58900623218297,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8051629662513733,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7398138642311096,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.681658943494161,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic type r\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.93908629441624,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lamborghini urus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.83854942871336,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nautilus 2.7t awd first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.7683292450259,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7477144598960876,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7477144598960876,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 lincoln nautilus black label gets right and wrong luxury\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.52252252252252,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic type r one-year\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.72758280964075,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2956235110759735,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9722896814346312,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5669782981276512,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jaguar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.00523882486313,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1340487003326416,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.93096923828125,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8526740074157715,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5348076621691386,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-6\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.1283422459893,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"formula e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.92695557372582,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rx\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 59.76426799007444,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 4wd high country crew cab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.20280612244898,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camaro 1le vs. bmw m2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.34056122448979,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8508425951004028,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8508425951004028,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"theodore payne foundation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.55276381909547,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark reuss\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 95.8457711442786,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s-series cars\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.03020134228187,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"matt becker\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.30520464881252,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8750007152557373,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8750007152557373,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"one charge\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.68768768768768,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8718140125274658,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8718140125274658,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang shelby gt350\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.7517473466218,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7582641839981079,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7582641839981079,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"juke\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.95003046922608,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8283164501190186,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8283164501190186,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volvos\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.98540145985402,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v first look\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.85448532451426,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia telluride\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.29557259460796,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8948080539703369,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8948080539703369,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"waze\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8795761078998,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7808973789215088,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7808973789215088,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru ascent\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.05922642146481,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7496632933616638,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6248316466808319,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"awd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.86695719046398,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yaris\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87632945832304,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.40724551376307,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8591464757919312,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5598577459653219,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.35449735449735,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9492545127868652,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9492545127868652,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider first look review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.6680040120361,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7656641006469727,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7656641006469727,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.20670391061452,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.25330812854443,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gr supra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.51277598610768,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.959041953086853,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.959041953086853,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-pace\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.58833035101594,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2956235110759735,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.3978117555379867,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"project 8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.24867724867725,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gwen stefani\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.33333333333333,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rav4 hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.90721649484536,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback first\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.3967069719578,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.870456337928772,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.870456337928772,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acadia at4s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.43655589123867,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.20194780826568604,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.20194780826568604,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b400 six-speed automatic\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.73514602215509,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"miata club\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.1720465769057,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.16054341197013855,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9013851881027222,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5077410750091076,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"epa\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 90.8484390735146,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multiair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.22583952832608,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"accent\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.66682215077418,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.191817045211792,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.39727234840393066,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.29696432728872,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8779056072235107,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6889528036117554,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"idrive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.61904761904762,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.66666666666666,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8056737780570984,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8056737780570984,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 370z\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.88679245283019,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra hd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.91447041272998,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"62 sedanette\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.83818770226536,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ux\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.19651741293532,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti type ra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.99672265464973,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.30074816942214966,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.30074816942214966,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s90\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.88696307460437,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2518048882484436,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2518048882484436,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2500 power wagon review - long-term update 6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.2440092759598,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7388443350791931,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7388443350791931,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mission: impossible\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.6386818004683,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8810621500015259,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.17997673153877258,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5203462938467661,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"angus mackenzie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.86423105406072,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger scat pack widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.29863567458312,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lars moravy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.12471655328798,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x5 first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.12330171750834,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia rio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.45774475381725,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9060934782028198,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7030467391014099,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8025666337611,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas cross sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.29439839236373,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia soul\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.59630102040816,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.19134250283241272,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.19134250283241272,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram box\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.64591303372406,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2544984519481659,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8830845355987549,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8854032158851624,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9435099959373474,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9093974232673644,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6146578018863996,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mitsubishi\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 68.26086956521739,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"axel stein\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.57682744903032,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9185319542884828,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9185319542884828,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bright white 2018 ram 2500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.99005575782746,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8718370199203491,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5929592549800873,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chris walton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.04633485098478,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"panamera\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.2545814759782,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.6968398094177246,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6968398094177246,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carnegie mellon university\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.9556352527064,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8212368488311768,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6606184244155884,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman cooper s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.35510941266362,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9827933311462402,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1931211054325104,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7691242694854736,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8049623966217041,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9091086387634276,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8493320941925049,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7507181167602539,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7308799028396606,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6809127141128887,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"audi\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 92.55012207905716,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9419331550598145,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6104832887649536,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aston martin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.44306315266036,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8844279646873474,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8844279646873474,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram power wagon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 50.7921998781231,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9869462847709656,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9869462847709656,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a4 allroad\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.40835539864666,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ux 250h\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.82692784527647,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9148297309875488,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9148297309875488,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"panamera turbo s e-hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.81389578163773,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado high country\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.98256972111554,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jules verne\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.75634262748054,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.983546018600464,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.983546018600464,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jae bong jang\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.50375939849624,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfa romeo giulia quadrifoglio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.6443117024165,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grand touring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.93548387096774,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator sport manual first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.16346153846155,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"run toyota tacoma trd pro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.88608221892024,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.6968398094177246,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6968398094177246,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robert bollinger\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 70.3870204782963,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1280338168144226,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.3140169084072113,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cvt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.64793635007459,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8934427499771118,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8934427499771118,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"titan xd pro-4x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.9195063053394,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-30 debuts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.43650993281868,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8563849925994873,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7635120153427124,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9155964851379396,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.603549349308014,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.75124378109452,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s209\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.80565371024734,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pirelli p zero corsa ar asimmetrico\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.73737373737372,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8560360074043274,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8560360074043274,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini countryman full line first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.67688170972431,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8955744504928589,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6977872252464294,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"renegade\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.10729566066835,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8934427499771118,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6967213749885559,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cummins\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.88995215311004,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gto\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 50.929648241206024,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.25405639192178,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pacifica\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.63914449142004,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8553323745727539,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8553323745727539,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvettes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.73459715639812,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vantage amr manual first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.74972191323693,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gran coupe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.64030612244898,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider abarth vs. porsche 718 boxster s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 tradesman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.24050632911393,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8705850839614868,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8705850839614868,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grand cherokee trackhawk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.1404549950544,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.22910332679748535,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.22910332679748535,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carrera s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.36186186186187,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stinger\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.27043171327722,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"navigator l\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.12060301507536,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carbon-fiber\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.59633027522936,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx trim\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.79841309199108,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lexicon 17\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.68990324981397,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9664984941482544,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9664984941482544,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suvs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 59.13679959616355,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9339536428451538,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9339536428451538,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"prius\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.52044422009088,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model s 60\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.76518008589056,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9269191026687622,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.938194453716278,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6730227112770081,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"genesis g70\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.70007442322004,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9405312538146972,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7202656269073486,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acura rdx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.83610690872416,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"centodieci first look\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.99206742047066,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"abarth\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.78242677824268,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8212368488311768,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8212368488311768,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa note\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.33333333333334,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 1500 tradesman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.57020946470132,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ukl2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.4553843627176,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.24372276663780212,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7933861613273621,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5185544639825821,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north america\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.62385321100918,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx a-spec vs. advance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.67984471814502,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.08953645825386047,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8830845355987549,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9435099959373474,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6040327474474907,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eclipse cross\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.31286894923259,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"waku spo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.54807692307692,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator rubicon vs. chevrolet colorado zr2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.71140939597316,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"715-hp\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.73900074571216,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne e-hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.99687172831742,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9825451374053956,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5536161263783773,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 81.23447590660706,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lexus rx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.83333333333331,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd update 3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.85483870967742,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"turbo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.43813508667066,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1280338168144226,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"i-4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.73684210526315,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"uber\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.7792791047446,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1593090295791626,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.3296545147895813,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mdx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.44030697370694,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.41176470588236,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zonda c12\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.874015748031496,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2487720549106598,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2487720549106598,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"198\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.40369897959184,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.24355974793434143,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.24355974793434143,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"california speedway\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.66868381240545,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"naca\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.3626579391864,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.95534616960262,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln continental 3.0\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.6433057020849,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9887036085128784,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9887036085128784,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jang\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.06473381654588,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"santa fe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.91283490733612,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1593090295791626,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8809248208999634,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9125874042510986,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8554913997650146,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6154732363564628,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acura\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.22863850189351,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8246913552284241,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7344152927398682,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5349441654980183,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chevrolet\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 58.29072315558802,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7648645639419556,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7648645639419556,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tradesman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.71098265895954,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.12677961587905884,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.12677961587905884,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent update 5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.3306998896202,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150 raptor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.77354440568821,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g-vectoring control plus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.86423105406072,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger scat pack widebody first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.25285643318429,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8400897979736328,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8400897979736328,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xt5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.55044510385757,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.20728620886802673,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.20728620886802673,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt 63 s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.47044274053921,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apple maps\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.9991627083205,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7168726325035095,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9329962730407716,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7166229685147604,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"randy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.38009049773756,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8854032158851624,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8854032158851624,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sport sel first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"911 gt3 rs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.59732540861812,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hummer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.01587301587301,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"andra day\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.07587403917678,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"740i\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.38654060066742,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"8 series\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.90526714664648,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman s all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.45302013422818,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sebring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8025666337611,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas cross sport awd prototype first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.81844961634434,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9223603010177612,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6055900752544403,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john cooper\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.22211484821749,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8399147987365723,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.25106650590896606,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.966077208518982,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7694001197814941,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9335104823112488,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8242477774620056,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8779056072235107,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6154189705848694,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bmw\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 83.7744249319812,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8948080539703369,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8948080539703369,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"siri\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.98264319365236,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stefan sielaff\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.41425812508311,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"telluride\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.25575575575576,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g-wagen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.5572673547734,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 50.84149711127858,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"continental structural plastics\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.79413227250124,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trans-labrador highway\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.14064914992272,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.20629804116044,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7757563591003418,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7757563591003418,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"equus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.628485305199696,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alex nishimoto\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.01593625498008,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt350\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.61467889908256,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 rdx advance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.80165132774901,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9419331550598145,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6473110516866049,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bentley\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.87411883182276,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider abarth first test review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.40939597315436,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"360 modena gtcs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 56.58158158158159,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9462205171585084,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9462205171585084,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"supersports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.6395724583644,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.41910383686611,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-30\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 92.70381003187862,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x5\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 94.11764705882352,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8830845355987549,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8830845355987549,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eclipse cross first\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.70060180541626,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8239728212356567,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8239728212356567,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"franz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.8151073808936,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger hellcats\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.30517384666457,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7599700689315796,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.551994013786316,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"android auto\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.50582448873932,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7344152927398682,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7344152927398682,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trax\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.1283422459893,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"formula e race car channels japanese heritage for season 6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.93588099512696,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini cooper hardtop oxford edition first test review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.50654159466798,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"widebodies\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.08999497234791,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8051410913467407,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8051410913467407,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john jraiche\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.34362549800797,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nemo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.63649851632047,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pirelli\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.83610690872416,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"centodieci\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.24825891028267,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"continental black label\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.79615831802576,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mazda3\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.9222395023328,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7290478348731995,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7290478348731995,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lf-30 concept\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.62292235177375,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.84544438123703,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.84544438123703,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x2 m35i\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.68620037807183,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"formula drift champion\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.2016129032258,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"drive mood selector\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.61808561808562,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-8 durango\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.9195063053394,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-30\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.64046615422762,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"flying spur\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.03030303030305,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"durango\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.70868445365393,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8649559020996094,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5456194877624512,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.68905472636817,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"imprezas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.41026906936558,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7095413208007812,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7095413208007812,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger hellcat widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.61542276221176,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"continental gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.777117384844,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b2\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 93.8927507447865,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elite\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.48938158116138,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model 3 dual motor performance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.0826860435981,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"panameras\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.75385380407756,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"southwest\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 89.48600843767882,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8094027042388916,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.964882493019104,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.906918168067932,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9552984237670898,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.24355974793434143,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7473441362380981,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8179800510406494,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.567082266355383,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 92.01865005820116,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.26622140407562256,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.90520179271698,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5171423196792603,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"porsche\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 95.170563434266,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"global\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.31395348837208,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8222163915634155,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.906333029270172,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8642747104167938,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suzuki\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 59.91709183673469,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2362980842590332,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2362980842590332,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"crew cab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.93825635959496,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai kona\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.74025974025975,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.821049153804779,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.821049153804779,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"combi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.97426503291229,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.20421484112739563,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.3521074205636978,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-350\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.30786405358472,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfa romeo stelvio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.89561120753781,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"phaeton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.62931885488648,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"airstream\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.16053511705684,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9724349975585938,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9724349975585938,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.83156173344236,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acura mdx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.96519377931376,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.6786346435546875,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6786346435546875,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hellcat widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.93993993993993,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g 63\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.52502780867631,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 2 series gran coupe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.79576587795766,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-350/450\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.00544015825915,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8941890001296997,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8941890001296997,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"z4 plus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic si\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.93908629441624,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lamborghini\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.7983870967742,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.5687276443536,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1744961142539978,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1744961142539978,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"royal oak\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.04260651629072,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.20514443516731265,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.20514443516731265,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nelson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.39851942785623,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9497915506362916,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8948080539703369,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9222998023033142,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alexa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.09563164108618,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hustler\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.9018901890189,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"accord\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.01463656660878,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8096828460693359,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8096828460693359,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-9\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.83333333333331,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.745212733745575,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.745212733745575,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa sr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2021 bollinger b1/b2 electric truck and suv first look review talk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.9016189290162,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-650\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.67940497563478,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oxford\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 93.13125695216908,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m235i\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 50.920165889061686,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9003094434738159,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9003094434738159,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark levinson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.92438563327032,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 motortrend best driver’s car grand prix\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.234236651462304,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"skyactiv-x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.31539796677411,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"renault\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.32052471319489,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9095805883407592,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7047902941703796,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mclaren senna\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.6678445229682,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"i-pace ev400 hse\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.97385984427142,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.0024727992087,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.040543198585510254,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.040543198585510254,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"war of the worlds\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.13042209563442,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"marino franchitti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.29072681704261,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"garlits\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.83791866028707,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7694001197814941,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6347000598907471,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"330e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.46861924686192,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8212368488311768,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8212368488311768,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2016 mitsubishi outlander\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8588295687885,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8452235460281372,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8452235460281372,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"insight\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.1081081081081,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 1500 laramie sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.13823163138233,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2021 f-550\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.6303317535545,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-series super duty tremor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.80219548875776,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.080969899892807,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.360323299964269,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scott evans\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.38557213930348,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s201-s208\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.63636363636363,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.6861768960952759,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6861768960952759,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xtraboost\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.49676417292261,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7781448364257812,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7781448364257812,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500l\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.74030778573156,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.247067391872406,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.4367668479681015,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.04451038575667,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trofeo rs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.76086956521738,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sport vs. eclipse cross vs. nissan rogue sport small\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.54411764705884,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pagani\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.38434868746904,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b1 suv\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 54.67784642541924,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"remote touch\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.31804281345566,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8051061630249023,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8051061630249023,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elantra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.7430869783811,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsair compact crossover\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.61012661897786,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7962982058525085,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9463902711868286,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7988793849945068,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8051061630249023,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.986174702644348,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6018249293168386,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 92.14340212071608,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1211538314819336,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.07639369368553162,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.0987737625837326,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frank\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 74.74974974974975,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1492152214050293,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1492152214050293,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ctr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.68113067195635,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7594054341316223,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7594054341316223,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hatchback\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.27272727272728,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra hd 2500/3500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.93696419566314,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bugatti\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 85.11920020507561,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.36542400655469,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.30074816942214966,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.30074816942214966,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.16981132075472,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon graphite performance edition interior review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 56.83997980817769,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9339536428451538,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9339536428451538,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lyft\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.11856754020351,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8114147186279297,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5778536796569824,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"clubman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.79209151952251,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8291747570037842,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8291747570037842,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mylink\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.9327689243028,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2765527665615082,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2765527665615082,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cabrio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.7089439110662,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"david zhang\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.51570615879298,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8493320941925049,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8493320941925049,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"virtual cockpit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.5901001112347,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gran coupe xdrive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.82595723520636,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"power wagon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.9313811015806,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8567858934402466,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6783929467201233,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"instagram\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 92.89340101522842,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"urus is the fastest production suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8507462686567,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.827582836151123,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.827582836151123,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti s209\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.98175934098265,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.65983081261216,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s trim\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.5724050134988,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc60\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.52683650754388,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sync 3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.8802729528536,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7417251467704773,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7417251467704773,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dna\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87549800796812,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2317958772182465,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2317958772182465,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500l first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.83882965534342,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g90\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.04538577912254,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"artioli\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.74242424242424,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sequoia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.5847938780548,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9458962678909302,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9458962678909302,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"305s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.03174603174602,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8187006711959839,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8187006711959839,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 x5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.95833333333331,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9115938544273376,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9115938544273376,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"genesis essentia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.86808881719266,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1966076493263245,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.39886921644210815,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chrysler\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.66416040100252,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carol ngo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.87345622220895,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.777953565120697,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2401466965675354,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5090501308441162,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincolns\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.1543624161074,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"deltawing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.90859232175502,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9668463468551636,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9668463468551636,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v60 cross country\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.22068283028203,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.95975469528555,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"japan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.289823934559,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lexus\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 97.08994708994707,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model 3 dual motor performance quick test review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.05737704918032,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"colorado\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.32203809052683,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"itunes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.61261261261262,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent back-2-back test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.69597539092541,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8679914474487305,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8679914474487305,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"altima\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.87546699875467,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"super duty and commercial truck powertrains\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.42473839549235,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gvc+\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.90859232175502,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9451631903648376,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9451631903648376,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v60\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.9379036264282,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln nautilus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.57671957671958,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9492545127868652,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9492545127868652,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tom tjaarda\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.51315459784516,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9411810636520386,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9411810636520386,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michelins\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.74888115365489,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7473441362380981,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7473441362380981,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-250 super duty king ranch\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.80893300248139,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"denali crew cab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.98082726220052,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bolt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.45454545454544,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1258251965045929,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1258251965045929,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"thermopylae\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8507462686567,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.36588508116465,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tlx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.07827890098497,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7677557468414307,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7677557468414307,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ian cartabiano\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.08891147125587,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"william walker\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.19284994964752,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.80821917808218,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"power stroke turbodiesel v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.06514172053705,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8286989331245422,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8286989331245422,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"diesel v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.81592039800994,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"impreza\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.4362549800797,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7351176738739014,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7351176738739014,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"parkview\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.3735877479287,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1891033947467804,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1891033947467804,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reynolds\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.16666666666667,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8051629662513733,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8051629662513733,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nurburgring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.96019900497512,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru tecnica international\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.27431421446384,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.25167930126190186,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.25167930126190186,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"land rover\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 82.28061092415221,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tigershark multiair2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.98589858985899,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stinger gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"beasts of burden: ford expedition vs. chevrolet tahoe vs. dodge durango vs. toyota sequoia vs. nissan armada\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.35023041474655,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ariya\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.88422948289168,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9032248258590698,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9032248258590698,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acadia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.70789063322992,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9228129386901855,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7114064693450928,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escalade\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 90.79739217652958,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"travis labella\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.13707323941483,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.21198830008506775,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.42799707502126694,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dodge\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 83.41217361179102,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"shelby\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.77737509707481,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500x trekking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.44402570158526,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8454034924507141,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7379903197288513,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7916969060897827,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kim reynolds\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.19025401762571,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9003094434738159,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9003094434738159,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sky gate\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 mclaren gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.19883040935672,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g80 sport first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.9569758766476,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9648191928863524,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9648191928863524,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.328811240692,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8021690845489502,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.06332576274871826,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.43274742364883423,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suv\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 71.92983657449976,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7599700689315796,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7878027558326721,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9565504789352416,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.22671785950660703,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8767122626304626,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.600704856894233,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carplay\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.13363590519415,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"romano artioli\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.76861966236343,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"prestige\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.7550505050505,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g20\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.46885164629096,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9814133048057556,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8421963453292847,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8614004850387573,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7962525337934494,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kicks\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 62.387387387387385,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-5 miata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.69565217391305,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model 3 performance track mode\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.75,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeep gladiator rubicon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.45028514753284,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 flying spur\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.82960755091903,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2401466965675354,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.2401466965675354,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mkz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.07261724659607,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8297768831253052,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8297768831253052,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"veyron\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.05737704918032,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"colorado zr2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.94750062798292,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.921756688541144,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.5609756097561,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"explorer first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.4799123447772,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9073579907417296,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9073579907417296,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 ecodiesel bursts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87486095661846,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2 series gran coupe compact sedan first look\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.87335959903811,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.07077229022979736,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.3569240967432658,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"randy pobst\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.23081256960752,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"walton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.4581005586592,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"600-hp wagon of your dreams\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.34369396294083,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1280338168144226,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ferrariesque\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.201889607160616,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7473441362380981,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7473441362380981,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"powerstoke\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.39263342520671,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7507181167602539,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7507181167602539,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-tron\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.63539532978288,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ct6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.58521870286576,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7533124685287476,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7533124685287476,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mkc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.48994974874373,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reuss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.61904761904762,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.45454545454548,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.206527978181839,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.206527978181839,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"armada\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.81070166582532,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bolt ev\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.8369648807998,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8679914474487305,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8679914474487305,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"maxima\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 89.28109645720197,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cooper s all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.71055688900266,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.21272382140159607,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8190320134162903,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5045365478311267,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 78.51208459214502,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.20194780826568604,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.20194780826568604,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aisin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.94630872483222,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"becker\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.30504587155964,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lancer 2.4 awd first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.41241241241241,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8718140125274658,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8718140125274658,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"urus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.83544303797468,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 duramax\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.73743435858964,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.72727272727272,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8094027042388916,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8094027042388916,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang ecoboost turbo high performance package\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.27930238522698,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini hardtop 4 door\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.94278606965176,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 wrx sti s209\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.86446611652914,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"countryman all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 50.27631248430042,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"japanese teijin group\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.47697704594256,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1006234884262085,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.871512234210968,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.48606786131858826,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"evans\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.50568926541284,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ferrari\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.61081523965588,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ls 500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.65258215962442,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.90324205160141,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.90324205160141,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.20588235294117,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c12\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 59.154929577464785,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.90324205160141,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.90324205160141,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fiata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.06438831104508,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"avalanche\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.67176717671767,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ex-l 2.0t\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.32374100719426,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.978079319000244,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.978079319000244,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsair first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.41687344913151,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"punto\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.55331114346771,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8266887664794922,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7694001197814941,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8242477774620056,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.730084165930748,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"3 series\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87546699875467,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"super duty\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.57135653050932,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"divo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.69088700353115,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.769950807094574,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9242889285087584,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.19053897261619568,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.548097338527441,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chevy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.42607802874744,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8515431880950928,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8515431880950928,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"department of transportation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.38378014208664,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8995516896247864,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6997758448123932,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"erick ayapana\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.6744966442953,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"db11\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.8,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sonata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.4270699820559,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1738562285900116,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1738562285900116,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 versa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.5925925925926,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7705569267272949,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7705569267272949,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback limited 2.5-liter first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.6321243523316,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aviator first\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.28166351606804,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grand prix\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.40163731084099,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8876183032989502,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8876183032989502,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.21001221001221,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rubicon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.51089952392884,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"j1 bev\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.3068181818182,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"speedtail\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.87548754875488,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camry xle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.41558134095897,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 tokyo motor show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.78031145717465,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.2222222222222,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape hybrid\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 80.76923076923077,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9155964851379396,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9155964851379396,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon graphite performance edition\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.1282689912827,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"7.3-liter v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.49208478669171,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7550705671310425,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7550705671310425,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kimi raikkonen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.27251742428618,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7120150923728943,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7308799028396606,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.588578999042511,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mercedes-benz\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 94.27390791027156,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.757196307182312,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.757196307182312,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jimny\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.87480680061825,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2017 los angeles auto show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.51064883605744,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"h1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.32606565758805,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.90324205160141,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5366583683274009,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fiat\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 89.26883859736384,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7950725555419922,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7950725555419922,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"z button\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.3036253776435,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"axle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.62615568453977,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.24612978100776672,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7567263245582581,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5009520351886749,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"christian seabaugh\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.82770605759681,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.19099923968315125,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.19099923968315125,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"miguel cortina\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.96113074204946,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfa romeo giulia quadrifoglio angus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.01359516616314,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1811073124408722,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1811073124408722,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 56.417112299465245,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"leaf nismo rc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.64948453608248,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sonata prototype first\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.05457538667356,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.30074816942214966,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.4667913615703583,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cadillac\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 96.64851363083692,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elon musk\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.90869247626004,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 1500 ecodiesel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.08994708994707,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9814133048057556,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9814133048057556,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kicks' sweet audio system\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.69117647058825,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8399147987365723,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8399147987365723,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x7\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 97.61904761904762,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon denali first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.02417042195822,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.759239912033081,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.759239912033081,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"7 series\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.35857572718156,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gopros\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.56413449564134,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-250\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.3233830845771,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s208\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.34664021819984,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"panamera executive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.45816711818534,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9093974232673644,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.581879484653473,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.28089679291442,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8294994235038757,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9101871848106384,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8474267721176147,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.30074816942214966,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.598651283317142,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volvo\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 97.1830985915493,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8056737780570984,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8056737780570984,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"370z 50th anniversary\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.25910310463779,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc canyon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.27272727272728,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tahoe\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 71.45717518205919,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9458571076393129,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7229285538196564,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c8 corvette\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.95180650964346,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7825818061828613,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6412909030914307,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 97.22843649018144,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne s hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.8566500574933,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ridgeline\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.58056394763343,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"onyx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.49729366463237,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 64.40998487140696,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1922844648361206,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1922844648361206,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"achim anscheidt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.16673054810272,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ranger\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 95.34997517856058,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7635964155197144,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9134721159934998,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5483620379652295,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tesla\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 85.5588897224306,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7308799028396606,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7308799028396606,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gla\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.11620716310229,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"prime\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.3173076923077,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tacoma trd pro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.85225505443235,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bev\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.97926386728875,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ed2 studio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"squares square\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.7757216257989,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"highlander\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.9569848617861,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9134721159934998,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5516840144991875,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model 3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.45871559633028,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8051061630249023,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8051061630249023,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru impreza\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.7103274559194,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.6961846947669983,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6961846947669983,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ultrasuede\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.86137593403762,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7832909822463989,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7832909822463989,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"locker\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.12034239677745,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"miata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.33859822309971,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"drees\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.23349234245543,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.965633749961853,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.965633749961853,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"transformers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.31752521122922,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8020098209381104,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8020098209381104,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"revel ultima\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.40347250930137,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.20569971203804016,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.20569971203804016,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"greyhound\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.04234122042342,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-59\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.92284792855371,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9236135482788086,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9236135482788086,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-pace\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.48634427461788,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taycan foot\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.93808816245668,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bollinger\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 58.83815718428606,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfonso albaisa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.735735735735744,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.21976658701896667,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.21976658701896667,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mk v\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.70060180541626,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"franz von holzhausen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.18794941730722,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.973520278930664,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.973520278930664,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ed loh\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.14009422266302,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"continental gts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.69791666666669,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.65962180200222,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"228i gran coupe xdrive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.39402069758528,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"albaisa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.77617508082564,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9607560634613036,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9607560634613036,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vette\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.19284994964752,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.719454288482666,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.719454288482666,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-5/124 \\\"fiata\\\" siblings\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.75561097256858,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"americans\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.20306136490974,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.90324205160141,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6008105129003525,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fca\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.91683778234083,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iihs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.30045727755432,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8686132431030273,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7308799028396606,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.799746572971344,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.95752114710368,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"msb\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.7095709570957,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1258251965045929,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.1258251965045929,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sparta\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.72727272727272,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8094027042388916,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8094027042388916,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang ecoboost turbo high performance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.80099502487565,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.19883040935672,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.967221736907959,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.967221736907959,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g80\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.5,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8325594663619995,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8325594663619995,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the man\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.42317380352644,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc60 t5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.0481444332999,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cory lutz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.46852003270644,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"black label\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.52650176678445,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.11514759063720705,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.11514759063720705,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot sport 4ss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.58837801146947,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9786198139190674,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6595399379730225,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 97.54901960784314,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider abarth track\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.0132876363752,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aston\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.96520423600604,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"le patron\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.94903797567387,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.2677817940711975,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7535179853439331,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8051061630249023,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8051629662513733,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7398138642311096,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5484101540512509,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"honda\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 99.34475806451611,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.77675840978593,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lancer 2.4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.41062225074367,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.13298800587654114,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.17997673153877258,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.1744961142539978,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.24686521291732788,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frank markus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.794185747363,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.897461473941803,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.897461473941803,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"at4\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 86.63121444471926,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"google maps\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.8993288590604,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"riley-ford\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8049804980498,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g70 long-term arrival\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.3958460598656,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.938194453716278,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.938194453716278,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-6\\n\\ngenesis motors\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.74911785462245,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8051061630249023,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6525530815124512,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.81663516068053,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chris forsberg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.72318339100346,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd review - long-term update 2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.74025974025975,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8908244371414185,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8908244371414185,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"combi corporation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.90178571428571,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado wt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 ram 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.82332332332332,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vee-dub's golf r\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.48484848484848,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.775033712387085,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.775033712387085,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"expedition xlt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.22617207624936,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"forester\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.27431421446384,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.29303547739982605,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.29303547739982605,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"land rovers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.67702968938988,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc sierra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 96.0591133004926,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd long-term update 1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elantra sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.63086671178218,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tokyo motor show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.48603351955308,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rs 6 avant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.74371859296484,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9343711137771606,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9343711137771606,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 sierra denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.72566817952595,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ettore bugatti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.35475973428098,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.70016495368608,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8377695679664612,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6688847839832306,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.63759575115807,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"expedition\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.82769901853872,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.825053334236145,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.825053334236145,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"joneses\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.00507153731316,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln aviator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.40796019900498,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette z51\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.04807692307692,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mojave road\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.59116925592804,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nautilus black label\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.30504587155964,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lancer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.894802287988064,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8110095262527466,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8110095262527466,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.06281407035175,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multipro tailgate\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.04225352112676,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.90520179271698,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.90520179271698,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"teslarati\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.31808111445235,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.87857985496521,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7648645639419556,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8217222094535828,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rebel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.61383792566816,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8264545202255249,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6088181734085083,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mkx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.87301587301587,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9492545127868652,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9492545127868652,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pininfarina\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 97.2636815920398,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model s p100d\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.81399536917932,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.9013851881027222,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.9013851881027222,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai group\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.88156670666478,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"espinosa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.98773533465639,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8705850839614868,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.25167930126190186,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8955744504928589,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.21198830008506775,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5255363484223684,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeep\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.61671138367193,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frontier\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 90.77258726899385,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.8515431880950928,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.8515431880950928,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. government\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.46747048480282,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.983546018600464,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.983546018600464,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai exterior design group\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.00398406374502,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang shelby gt350 vs. porsche 911 carrera s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.74466788543571,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v60 t5 cross country\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.83719278371125,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7962982058525085,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7166420817375183,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        },\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.5,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.6025880575180054,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"palisade\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.23711340206185,\n                                \"meta\": {\n                                    \"all_sentiments\": [\n                                        {\n                                            \"positive\": 1,\n                                            \"combinedscore\": 0.7197244167327881,\n                                            \"negative\": 1,\n                                            \"neutral\": 1\n                                        }\n                                    ],\n                                    \"sentiment_summary\": {\n                                        \"positive\": 1,\n                                        \"combinedscore\": 0.7197244167327881,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru pr\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource_type\": \"domain\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 27,\n                                \"item\": \"Negative_News\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Gambling\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Crime\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Weapons\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 7,\n                                \"item\": \"Alcohol\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 3,\n                                \"item\": \"Accidents\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 102.34212070753688,\n                                \"item\": \"automotive\",\n                                \"total\": 27\n                            },\n                            {\n                                \"score\": 91.91560506194234,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 86.63121444471926,\n                                \"item\": \"computing\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 79.11773297251683,\n                                \"item\": \"auto insurance\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 83.97474996897932,\n                                \"item\": \"auto technology\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 85.6981981981982,\n                                \"item\": \"beach volleyball\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 97.35449735449735,\n                                \"item\": \"track and field\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 96.6097706890624,\n                                \"item\": \"industries\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 89.37894379084922,\n                                \"item\": \"auto repair\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 79.4867563321185,\n                                \"item\": \"college sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 92.2371721209947,\n                                \"item\": \"auto recalls\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 78.69272916028724,\n                                \"item\": \"australian rules football\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 84.79888504884158,\n                                \"item\": \"american football\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 85.2589747167885,\n                                \"item\": \"car culture\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 93.12587346018776,\n                                \"item\": \"sports\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 92.39652045825356,\n                                \"item\": \"auto racing\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 75.23925482768642,\n                                \"item\": \"tennis\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 84.7383707489623,\n                                \"item\": \"motorcycles\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 95.170563434266,\n                                \"item\": \"national news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 91.33462497457572,\n                                \"item\": \"auto type\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 96.40611108768724,\n                                \"item\": \"auto body styles\",\n                                \"total\": 20\n                            },\n                            {\n                                \"score\": 97.53480022262946,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 91.4017937411218,\n                                \"item\": \"auto shows\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 98.28750233564006,\n                                \"item\": \"economy\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 99.48634427461788,\n                                \"item\": \"walking\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 92.606237814404,\n                                \"item\": \"auto parts\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 98.28750233564006,\n                                \"item\": \"business\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 78.36994600382405,\n                                \"item\": \"literature\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 85.82332332332332,\n                                \"item\": \"golf\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 73.28387434565443,\n                                \"item\": \"olympic sports\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 78.36994600382405,\n                                \"item\": \"children's literature\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 82.34955921809122,\n                                \"item\": \"dash cam videos\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 75.23925482768642,\n                                \"item\": \"water polo\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 83.4330197186833,\n                                \"item\": \"auto safety\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 89.88712683795748,\n                                \"item\": \"technology\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 76.38103539907866,\n                                \"item\": \"disabled sports\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 75.23925482768642,\n                                \"item\": \"table tennis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.170563434266,\n                                \"item\": \"news\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 76.38103539907866,\n                                \"item\": \"fantasy sports\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 79.4867563321185,\n                                \"item\": \"fishing sports\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 95.170563434266,\n                                \"item\": \"international news\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 83.8512862052679,\n                                \"item\": \"extreme sports\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 90.24889488165064,\n                                \"item\": \"consumer electronics\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 83.05518110248623,\n                                \"item\": \"equine sports\",\n                                \"total\": 7\n                            }\n                        ]\n                    }\n                ],\n                \"youtube\": [],\n                \"app\": [],\n                \"webpage\": [\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 88.38001514004543,\n                                \"item\": \"sports\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto racing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto parts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"item\": \"law\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.32248296744888,\n                                \"item\": \"business\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"item\": \"australian rules football\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.16124148372444,\n                                \"item\": \"automotive\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"item\": \"national news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.111279333838,\n                                \"item\": \"news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"item\": \"economy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.32248296744888,\n                                \"item\": \"dining out\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto body styles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.16124148372444,\n                                \"item\": \"auto type\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto repair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto recalls\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.32248296744888,\n                                \"item\": \"food\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.111279333838,\n                                \"item\": \"politics\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 80.69644208932627,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.940646469593048,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"syrian democratic forces\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.32248296744888,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"white house\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.59878879636639,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.940646469593048,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s.d.f.\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.8554125662377,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"state department\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.70779712339136,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"isis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trump\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.60044642857144,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford motor company\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.74943224829674,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6977401375770569,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president recep tayyip erdogan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"islamic state\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.111279333838,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"president trump\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource\": \"nytimes.com\"\n                    },\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 1,\n                                \"item\": \"Tobacco\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 64.77808083312671,\n                                \"item\": \"local news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.21058320367985,\n                                \"item\": \"automotive\",\n                                \"total\": 19\n                            },\n                            {\n                                \"score\": 82.34287098965999,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 68.90652120009918,\n                                \"item\": \"auto insurance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.61738906121168,\n                                \"item\": \"auto parts\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 84.81012658227849,\n                                \"item\": \"motorcycles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.13184226043496,\n                                \"item\": \"business\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 81.39749759283028,\n                                \"item\": \"auto technology\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 79.41176470588236,\n                                \"item\": \"beach volleyball\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.72897196261682,\n                                \"item\": \"technology\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.83384738239108,\n                                \"item\": \"track and field\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 85.13184226043496,\n                                \"item\": \"industries\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 88.20233252179241,\n                                \"item\": \"auto repair\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 85.30593596102347,\n                                \"item\": \"olympic sports\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 98.51694915254238,\n                                \"item\": \"art and photography books\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 64.77808083312671,\n                                \"item\": \"college sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.4490368532425,\n                                \"item\": \"auto recalls\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 85.94194817268938,\n                                \"item\": \"auto type\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 64.77808083312671,\n                                \"item\": \"australian rules football\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.40655954215278,\n                                \"item\": \"dash cam videos\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 68.90652120009918,\n                                \"item\": \"auto safety\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.48428004510244,\n                                \"item\": \"car culture\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 98.51694915254238,\n                                \"item\": \"literature\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 91.58404047854386,\n                                \"item\": \"sports\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 91.22400835490859,\n                                \"item\": \"auto racing\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 79.41176470588236,\n                                \"item\": \"food\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.77808083312671,\n                                \"item\": \"national news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.32358046119514,\n                                \"item\": \"science\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.77808083312671,\n                                \"item\": \"international news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.77808083312671,\n                                \"item\": \"news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.03389830508476,\n                                \"item\": \"fantasy sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.88847398556138,\n                                \"item\": \"economy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.41176470588236,\n                                \"item\": \"dining out\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.41176470588236,\n                                \"item\": \"extreme sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.72897196261682,\n                                \"item\": \"consumer electronics\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"water polo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.91037794833369,\n                                \"item\": \"auto body styles\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 96.2540963709188,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 85.2996786094923,\n                                \"item\": \"auto shows\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 98.94067796610167,\n                                \"item\": \"sailing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.09492276950454,\n                                \"item\": \"fishing sports\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 86.30052070419043,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tesla\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.51008215085885,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"honda\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.63069352968702,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.46581196581195,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 59.65205754432921,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7284306287765503,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.86440677966101,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gm\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 62.91842301016612,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harman kardon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.02752293577981,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.09248698239524,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9515223503112792,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apple\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.915887850467286,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a250e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.8343664765683,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8916999101638794,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nissan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.74242424242424,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frankfurt motor show\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 96.32352941176472,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bentley\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.9252336448598,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.85122737416316,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.16883116883116,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frankfurt audi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.37440876275828,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8654061555862427,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.41176470588236,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 pebble beach concours best of show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"huracan evo gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.38909334225492,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7825056314468384,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chevy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.11375041820008,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7089446783065796,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"costco\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.90205802132407,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.968916654586792,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chimani\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.3728813559322,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.6,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"huracán evo gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.90652120009918,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9515223503112792,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"android auto\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.44117647058825,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"8 litre\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.16455696202532,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harley-davidson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.2222222222222,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tucson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.7792207792208,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8602360486984253,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt first drive review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.74758244483014,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8916999101638794,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"altima s awd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.87875030994297,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"forester\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.23134143317628,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8134868144989014,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"starlink\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.38978427969253,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.968916654586792,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ebird\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.48326307959336,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7227141857147217,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camry\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.32337565347274,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru forester\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aventador svj 63 roadster\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.25803099017385,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8902752697467804,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cadillac\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 audi q3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.3766233766234,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8602360486984253,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mclaren\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.502824858757066,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8918119668960571,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chevrolet\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.94067796610167,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"woodward dream cruise\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 quail motorsports gathering mega photo gallery\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.81012658227849,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harley\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.72897196261682,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.03389830508476,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dream cruise mega gallery\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.66811642689862,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"barra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lamborghini\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.36224489795919,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"audi\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 95.77464788732397,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taycan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8755290017426,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8110092878341675,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.32358046119514,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.968916654586792,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cornell lab of ornithology\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.52291736366678,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8295830488204956,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ct6s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.77808083312671,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.968916654586792,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national parks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.64485981308412,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b250e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.01810066947682,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9515223503112792,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carplay\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.91361712720936,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9176723957061768,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 escape\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.11111111111111,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frankfurt hyundai\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"general motors\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.85122737416316,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.93785310734463,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8918119668960571,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tahoe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 56.781552194396234,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sienna tan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.75175644028103,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mary barra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.2,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aventador svj roadster\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.44897959183672,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q3 second drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.94067796610167,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"woodward\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.9377645008713,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mercedes-benz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.65258215962442,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"porsche\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.4353995519044,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.28872532619604,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8295830488204956,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cruzes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.8,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7902586460113525,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"urus suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.9090909090909,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8602360486984253,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"570gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.37288135593221,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8918119668960571,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc yukon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.7792207792208,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8602360486984253,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.76271186440678,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bmw\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.75925925925924,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9509674906730652,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xt6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.28872532619604,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8295830488204956,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cruze\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.88847398556138,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"focus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blue bird\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource\": \"autoblog.com\"\n                    },\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto parts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto racing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto repair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto type\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto body styles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto recalls\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"automotive\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource\": \"caranddriver.com\"\n                    },\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 84.61997897980476,\n                                \"item\": \"automotive\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 73.29317269076306,\n                                \"item\": \"desserts and baking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.76958525345624,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.20359621155899,\n                                \"item\": \"auto type\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 73.89181066867016,\n                                \"item\": \"skiing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.94678714859438,\n                                \"item\": \"auto parts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.71976927436694,\n                                \"item\": \"business\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"beach volleyball\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.14850989231154,\n                                \"item\": \"weightlifting\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.71976927436694,\n                                \"item\": \"industries\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 92.94678714859438,\n                                \"item\": \"auto repair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.57425494615578,\n                                \"item\": \"olympic sports\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 93.81025846523744,\n                                \"item\": \"track and field\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 92.94678714859438,\n                                \"item\": \"auto recalls\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.89181066867016,\n                                \"item\": \"cycling\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.29317269076306,\n                                \"item\": \"food\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.51214314491352,\n                                \"item\": \"american football\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 87.85093167701862,\n                                \"item\": \"walking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.94316279427616,\n                                \"item\": \"sports\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 88.86939435690692,\n                                \"item\": \"auto racing\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 73.29317269076306,\n                                \"item\": \"ice hockey\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.14850989231154,\n                                \"item\": \"rowing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.14850989231154,\n                                \"item\": \"gymnastics\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.51214314491352,\n                                \"item\": \"australian rules football\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.14850989231154,\n                                \"item\": \"badminton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.76958525345624,\n                                \"item\": \"economy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.14206516827385,\n                                \"item\": \"extreme sports\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.76958525345624,\n                                \"item\": \"car culture\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"water polo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.40800703166053,\n                                \"item\": \"auto body styles\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 93.81025846523744,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 70.8653353814644,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.19735243916511536,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"costo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.89181066867016,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.746999979019165,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"evergreen mountain bike alliance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.63354037267081,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8613139986991882,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yampa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.94377510040161,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"teslas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 59.82673267326732,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"facebook\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.94180161943319,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"swiss-army\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.73293172690764,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7105832099914551,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sun shirts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.78671510119356,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.21993502974510193,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"polartec\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.85893574297188,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tacoma\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.47524752475246,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mitsubishi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.12339989759344,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.14905595779418945,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"target\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.47275557861962,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8280844688415527,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lifa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.51565239168545,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8395589590072632,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of washington\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.47016087182149,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rhone\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.85093167701862,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.901875913143158,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north face rolling thunder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.40361445783133,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7875425815582275,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cj winegar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 50.285417747794504,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9904773235321044,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pfg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.73732718894009,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.19735243916511536,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"walmart\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.39231966787753,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"endurance long sleeve\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.66995329527762,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.21993502974510193,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"power dry fabric\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.57665174869518,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6112540364265442,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"land rover\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 68.39751552795032,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8120798468589783,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"filson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.89878542510122,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8067173361778259,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"land rover defender\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.94678714859438,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"toyota\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.90683229813664,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8613139986991882,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"otterbox\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.74089068825911,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nick rodgers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.9493927125506,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8067173361778259,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"new land rover\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.38102409638554,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bollinger\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.29317269076306,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ice\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.21782178217822,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"skype\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.59487951807228,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.7570281124498,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator rubicon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.87577639751552,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7123849987983704,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"indiana jones\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.16089108910891,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dmv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.33910891089108,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pajeros\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.79367469879519,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8109443187713623,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robert bollinger\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.76958525345624,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2018301784992218,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"department store bike\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.36815156169995,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1733117401599884,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"@bicyclelobby\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.90032556974705,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8565138578414917,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"uw rock\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.21103238866397,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lexus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.59638554216868,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"epa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.14850989231154,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olympic\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.86546184738957,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeep\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.73293172690764,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6965109705924988,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b1 suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.17391304347825,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"base camp duffel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.33212247016087,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9601942300796508,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"patagonia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.85093167701862,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8371579051017761,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north face\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource\": \"outsideonline.com\"\n                    },\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"technology\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"automotive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"industries\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"economy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"computing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"consumer electronics\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"business\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"item\": \"auto technology\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 53.77258235919234,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cadence\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.59511158342188,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7565262913703918,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nike\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.2681544456252,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7565262913703918,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mo farah\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.3669854764435,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ian\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.16790648246546,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"central nervous system\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.72865745660646,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7565262913703918,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alberto salazar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.3669854764435,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ian griffiths\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.09103790294012,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7565262913703918,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"galen rupp\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource\": \"runningshoesguru.com\"\n                    },\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 91.08081060795595,\n                                \"item\": \"comics and graphic novels\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.08081060795595,\n                                \"item\": \"hunting and shooting\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.08081060795595,\n                                \"item\": \"sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.08081060795595,\n                                \"item\": \"travel books\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.58593945459094,\n                                \"item\": \"automotive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.08081060795595,\n                                \"item\": \"literature\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.08081060795595,\n                                \"item\": \"fantasy sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.08081060795595,\n                                \"item\": \"fishing sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.08081060795595,\n                                \"item\": \"extreme sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.08081060795595,\n                                \"item\": \"art and photography books\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.58593945459094,\n                                \"item\": \"auto body styles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.58593945459094,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 62.20915686765074,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8864431381225586,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alapa li\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.29672254190643,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8864431381225586,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olukai alapa li\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.29672254190643,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8864431381225586,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"olukai\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.58593945459094,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8197879195213318,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north face litewave\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.540905679259446,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.915718674659729,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"salomon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.440830622967226,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.915718674659729,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"techamphibian 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.08081060795595,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9318860769271852,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the adventure junkies\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource\": \"theadventurejunkies.com\"\n                    },\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"automotive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 57.686127477236205,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"holbrook\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.44509908944831,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.51794322442422,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.756572961807251,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oakley\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9215197563171388,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sunglasses shop\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.27691483663632,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8896876573562622,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"joey london\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.1740760578468,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frogskins\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.24049276914836,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9057348966598512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"holbrooks\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource\": \"joeylondon.co.uk\"\n                    },\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 67.85602296043756,\n                                \"item\": \"automotive\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 84.74724724724724,\n                                \"item\": \"auto racing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.74724724724724,\n                                \"item\": \"extreme sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"item\": \"field hockey\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"item\": \"rugby\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"item\": \"australian rules football\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.6337621003793,\n                                \"item\": \"sports\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"item\": \"national news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"item\": \"news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.6337621003793,\n                                \"item\": \"fishing sports\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 84.6337621003793,\n                                \"item\": \"olympic sports\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"item\": \"college sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.85602296043756,\n                                \"item\": \"dash cam videos\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 84.74724724724724,\n                                \"item\": \"water polo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"item\": \"american football\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 68.04367094210482,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"instagram\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 76.63204747774482,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the wilderness act of 1964\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.85602296043756,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"youtube\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 79.53758654797231,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frank\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.74724724724724,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.975471556186676,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mountain gear xl dcf11 roll\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.28135838555004,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"facebook\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 84.87237237237237,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.975471556186676,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyperlite\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.37025116036081,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6015976369380951,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the big outside\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 71.87899598241845,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9477722644805908,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michael lanza\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 57.90056608417425,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7507350444793701,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stephen herrero\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.52027695351137,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"idaho conservation league\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.454344080728525,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7507350444793701,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bear attacks: their causes and avoidance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.10138476755688,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"justin hayes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.10138476755688,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"justin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.09990108803164,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"icl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.15625973110518,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"twitter\",\n                                \"total\": 4\n                            }\n                        ],\n                        \"resource\": \"thebigoutside.com\"\n                    },\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto racing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto repair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto parts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto body styles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.51120162932791,\n                                \"item\": \"auto recalls\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 152.03665987780042,\n                                \"item\": \"automotive\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 89.95247793618466,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"phantom\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.0366598778004,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8956459760665894,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.06109979633402,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7426660656929016,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nhtsa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.76374745417516,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"federal motor vehicle safety standard\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.56483367277664,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7541159391403198,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.19755600814665,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national highway traffic safety administration\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.78954514596063,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7541159391403198,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"office of vehicle safety compliance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bmw\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.2919212491514,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8065400123596191,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cullinan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.69925322471148,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rolls-royce cullinan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.27359131025119,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"supra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.51120162932791,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"toyota\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource\": \"motor1.com\"\n                    },\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 98.93162393162392,\n                                \"item\": \"auto body styles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.93162393162392,\n                                \"item\": \"automotive\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 97.43589743589745,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7753380537033081,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.93162393162392,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7753380537033081,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.28205128205127,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7753380537033081,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"consumer reports\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource\": \"consumerreports.org\"\n                    },\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"technology\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"virtual reality\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"automotive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.47400302877334,\n                                \"item\": \"travel books\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"computing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"consumer electronics\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.47400302877334,\n                                \"item\": \"children's literature\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.47400302877334,\n                                \"item\": \"literature\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"business\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"industries\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"item\": \"auto technology\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 99.67188288743058,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apache\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.41595153962643,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ubuntu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.30338213023725,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.13831398283696,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apache 2.4.x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.55073195355881,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"centos\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.67188288743058,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9501556158065796,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apache django\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.42150429076224,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"debian\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.47854618879354,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cgi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.93589096415953,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fpm\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.01161029782938,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"php\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.90459363957598,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.15244825845532,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7665990591049194,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"django_settings_module\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.89904088844018,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"django\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.47400302877334,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7832663059234619,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hitchhiker's guide to python\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.00656234225139,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python 2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.96819787985866,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wsgi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.56486622917717,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"python 3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.1095406360424,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the web server gateway interface\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource\": \"www.metaltoad.com\"\n                    },\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 67.34511008704557,\n                                \"item\": \"hunting and shooting\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.40450588837686,\n                                \"item\": \"sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.94982078853047,\n                                \"item\": \"desserts and baking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.34511008704557,\n                                \"item\": \"walking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.40450588837686,\n                                \"item\": \"olympic sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.34511008704557,\n                                \"item\": \"auto type\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.34511008704557,\n                                \"item\": \"water polo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.94982078853047,\n                                \"item\": \"food\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.34511008704557,\n                                \"item\": \"automotive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 66.80747567844342,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ameri\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.71479774705581,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"close range\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.60163850486431,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tom wolfe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.760880696364566,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.819846510887146,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"margaret atwood\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.06298003072197,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.18048179149627688,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mary mccarthy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.60112647209422,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ernest hemingway\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.40450588837686,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"arctic dreams\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.62775217613927,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elmore leonard\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.46697388632872,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"barry lopez\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.94982078853047,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sweet thursday\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.34511008704557,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hills like white elephants\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.80849974398361,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"weidenfeld & nicolson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.75166410650282,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"annie proulx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.1674347158218,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john steinbeck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.10343061955966,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"steinbeck\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource\": \"theguardian.com\"\n                    },\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Weapons\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 6,\n                                \"item\": \"Alcohol\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 99.51578074231674,\n                                \"item\": \"automotive\",\n                                \"total\": 109\n                            },\n                            {\n                                \"score\": 89.09135689903883,\n                                \"item\": \"auto buying and selling\",\n                                \"total\": 17\n                            },\n                            {\n                                \"score\": 91.65492577448974,\n                                \"item\": \"computing\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 75.86339217191099,\n                                \"item\": \"skiing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.489919273934,\n                                \"item\": \"field hockey\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 85.26713697541715,\n                                \"item\": \"rugby\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 88.90276926731309,\n                                \"item\": \"auto technology\",\n                                \"total\": 17\n                            },\n                            {\n                                \"score\": 78.36994600382405,\n                                \"item\": \"children's literature\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 94.47302797447698,\n                                \"item\": \"industries\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 90.95018536078794,\n                                \"item\": \"auto repair\",\n                                \"total\": 50\n                            },\n                            {\n                                \"score\": 81.80633774007524,\n                                \"item\": \"college sports\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 93.4535912780256,\n                                \"item\": \"auto recalls\",\n                                \"total\": 40\n                            },\n                            {\n                                \"score\": 83.57529109373864,\n                                \"item\": \"australian rules football\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 90.77258726899385,\n                                \"item\": \"politics\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.73170731707317,\n                                \"item\": \"boxing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.27826995476715,\n                                \"item\": \"sports\",\n                                \"total\": 77\n                            },\n                            {\n                                \"score\": 93.61850739215045,\n                                \"item\": \"auto racing\",\n                                \"total\": 68\n                            },\n                            {\n                                \"score\": 68.72196481689826,\n                                \"item\": \"tennis\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 93.88361114052655,\n                                \"item\": \"car culture\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 70.73170731707317,\n                                \"item\": \"martial arts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.77258726899385,\n                                \"item\": \"news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.77258726899385,\n                                \"item\": \"national news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.43726779079738,\n                                \"item\": \"food\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.64582808167381,\n                                \"item\": \"baseball\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.43726779079738,\n                                \"item\": \"dining out\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.24029694085998,\n                                \"item\": \"auto type\",\n                                \"total\": 53\n                            },\n                            {\n                                \"score\": 97.62682421456445,\n                                \"item\": \"auto body styles\",\n                                \"total\": 109\n                            },\n                            {\n                                \"score\": 94.53740230797719,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 91.31198779651848,\n                                \"item\": \"auto shows\",\n                                \"total\": 25\n                            },\n                            {\n                                \"score\": 94.47582486799257,\n                                \"item\": \"business\",\n                                \"total\": 12\n                            },\n                            {\n                                \"score\": 91.74625648733246,\n                                \"item\": \"movies\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 94.58940905602456,\n                                \"item\": \"scooters\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.48634427461788,\n                                \"item\": \"walking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.32600800315744,\n                                \"item\": \"auto parts\",\n                                \"total\": 85\n                            },\n                            {\n                                \"score\": 87.50750137831844,\n                                \"item\": \"motorcycles\",\n                                \"total\": 18\n                            },\n                            {\n                                \"score\": 87.09838117201723,\n                                \"item\": \"soccer\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 82.85083620704202,\n                                \"item\": \"auto insurance\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 90.86056503990872,\n                                \"item\": \"technology\",\n                                \"total\": 18\n                            },\n                            {\n                                \"score\": 99.8025666337611,\n                                \"item\": \"golf\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.07358668685823,\n                                \"item\": \"olympic sports\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 74.95517035265989,\n                                \"item\": \"rowing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.10012857783738,\n                                \"item\": \"dash cam videos\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 99.8025666337611,\n                                \"item\": \"cycling\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.0044232804554,\n                                \"item\": \"water polo\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 90.68806105916232,\n                                \"item\": \"auto safety\",\n                                \"total\": 22\n                            },\n                            {\n                                \"score\": 78.36994600382405,\n                                \"item\": \"literature\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 77.31454428693725,\n                                \"item\": \"disabled sports\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 90.77258726899385,\n                                \"item\": \"law\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.29549503463136,\n                                \"item\": \"table tennis\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 93.4108750624294,\n                                \"item\": \"track and field\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 81.80633774007524,\n                                \"item\": \"fantasy sports\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 82.37084045934003,\n                                \"item\": \"fishing sports\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 90.77258726899385,\n                                \"item\": \"international news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.75530951800738,\n                                \"item\": \"extreme sports\",\n                                \"total\": 17\n                            },\n                            {\n                                \"score\": 90.70169289299253,\n                                \"item\": \"consumer electronics\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 88.49732519737604,\n                                \"item\": \"american football\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 74.95517035265989,\n                                \"item\": \"sailing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.36773036816041,\n                                \"item\": \"equine sports\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 97.7178288040678,\n                                \"item\": \"economy\",\n                                \"total\": 5\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 97.96901172529311,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ivan espinosa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.58307998197236,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4477212429046631,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-6\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 95.38827279409243,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5483666170727123,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru\",\n                                \"total\": 11\n                            },\n                            {\n                                \"score\": 84.63935246046226,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camry\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 99.83906907650407,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.749712347984314,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taycan electric car\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.70512182993535,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hemi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87693822298792,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider classica first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.41708542713569,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"datsun\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.9818137134431,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"angeles crest\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.71532063321706,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.791480302810669,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mazda suvs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.9203364670955,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bridgestone\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.15442092154422,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-53\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.48560177208958,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider abarth\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.35340378471368,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"macan turbo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.44635193133047,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lanewatch\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.72291296625221,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.14606112241744995,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kong\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.60969387755102,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"duramax\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.60526969922943,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7816658020019531,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zf\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.98879202988792,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-600\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.26149208741523,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ecosport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.35073662445076,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"imk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.16849419871295,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5873732169469198,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harman kardon\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 74.50104540703596,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3939701517422994,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincolns\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 95.2821305309498,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6773869395256042,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sport\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.42342342342344,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"levorg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.91293147861927,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-6s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.15362649374985,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.536271292429704,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motortrend\",\n                                \"total\": 13\n                            },\n                            {\n                                \"score\": 82.69976726144299,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"munich\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.88361266294228,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"waku waku\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.6156462585034,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8786090612411499,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zondas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.93840847499384,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9825451374053956,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln corsair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.8643216080402,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"espinosa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.36724565756823,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.88737286033243,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9822077751159668,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.06862245076888,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3648817539215088,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elon musk\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.8872745490982,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.685929648241206,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aldred\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.60034991252186,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taurus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.83976330855336,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7934853732585907,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 94.88330341113104,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rs 2 avant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.0749322159231,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape 2.0t\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.93657293616891,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.38899581134319305,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"beasts of burden: ford expedition vs. chevrolet tahoe vs. dodge durango vs. toyota sequoia vs. nissan armada\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8150431565968,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9009148478507996,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blazer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87632945832304,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.80821917808218,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"power stroke turbodiesel v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.64524247602921,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3624492704868317,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 59.0047393364929,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 f-series super duty truck lineup\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.104442183791114,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.747056782245636,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"prograde trailering system\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.85707340787556,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8301303386688232,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fia formula e championship series\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.94755691992836,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"piazza\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.83986203498398,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.74830444611906,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-series\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.66871819235615,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3370627611875534,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ogbac\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 64.15026833631485,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.22317656874656677,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback 2.5i limited\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.29102910291029,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jonny lieberman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87998799879988,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9502999186515808,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"es\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.49138222372424,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9153202176094056,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mt garage\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.93779547151031,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.823422908782959,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.4270699820559,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 versa s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 56.73434018321366,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9203564524650574,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt2 rs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.14377755171245,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra hds\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.59677419354838,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd review - long-term update 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.37627265399922,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.598843514919281,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"toyota\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 99.87859293867031,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon graphite performance edition\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 83.27051926298157,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"240z\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.84737484737484,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.38872104733132,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outbacks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.59414689621968,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2 series gran coupe\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 95.70402667350602,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"80\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 50.414404115461565,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x7 xdrive40i first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.84724689165186,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.17838740348815918,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"benson kong\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.55276381909547,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark reuss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.10390281726544,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9762786030769348,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"intelligent mobility\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.70060180541626,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8239728212356567,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"franz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.13713443106415,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeep renegade\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.6303317535545,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-series super duty tremor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.9385598427132,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grand cherokee trackhawk vs. alfa romeo stelvio quadrifoglio vs. mercedes-amg glc 63 coupe vs. range rover sport svr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.58123953098828,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"z\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.64617583988563,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9568665027618408,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"laguna seca\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.55038566807664,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"golf sportwagen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.38392857142857,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.19284994964752,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.09677419354838,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra 1500 duramax first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.52683650754388,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sync 3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.77119685426396,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"range rover sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.29003739115167,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6436373233795166,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 72.05334309698678,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9367015957832336,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"robert meier\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 69.27655677655677,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1960473358631134,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mopar gladiator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.29139922978176,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 legacy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.05459057071961,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elantra gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.54694407340553,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6811293760935465,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michelin\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 58.09464508094645,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-53/59\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.63121444471926,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"google\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.731155778894475,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.12146678566932678,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carbonpro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.73900074571216,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.97673661256708,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5842005213101705,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mazda\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 99.87486095661846,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2 series gran coupe compact sedan first look\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.17366738458236,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 96.8441391155002,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"personal plus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.26813098089296,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7397436797618866,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"etorque\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 76.77467032439989,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7066547632217407,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vw\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 86.72837713968909,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.41338223218917847,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hybrid\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 73.9461851763339,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7300954461097717,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"markus\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 94.5111062216735,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6033557525702885,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nissan\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 86.38605551358653,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6512759625911713,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"spotify\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 61.78247734138973,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"classica\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.42475184022223,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mercedes\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 93.04283238425351,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"meier\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.50972666830829,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8856803774833679,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brady\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.24288234668667,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7077628175417582,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"christian seabaugh\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 99.42816297355252,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2005709707736969,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"supra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.09278883432412,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9625744223594666,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nissan motor co., ltd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.76549000246852,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scat pack\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.73432580677034,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5854783430695534,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bose\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 85.98251077005084,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.739395538965861,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c8\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 98.73134328358208,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9335104823112488,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.06499523233784,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.36813516914844513,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru outback\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.69387755102042,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"3500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.62374047677562,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sport svr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.79072577609516,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"911\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 95.35175879396984,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 ram 1500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.64093357271096,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"600-hp wagon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.53611091658108,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.623837411403656,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"infiniti\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 95.19851116625313,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8246889710426331,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bowtie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87283477192028,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"countryman\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 82.97730273676517,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7034041086832682,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corolla\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 83.42039800995025,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.19293373823165896,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti s209 a\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.76379137412236,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hollywood\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.93748437109278,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini countryman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.24735156442476,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2354387044906616,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fords\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.84737484737484,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator mopar truck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.48994974874373,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reuss\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.5474897493698,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8593621651331583,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"navigator\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 99.93748437109278,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini countryman s all4 first test review mini\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.21311475409836,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zr2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.97269116186692,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8013237714767456,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ps4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.97362471740769,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"saikiran nuli\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.40924009088613,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.80019445794848,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sebastien buemi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.39210998206813,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gordon dickie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.73170731707317,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.62785329571685,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"amg\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.97419090536664,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.84491315136476,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.80397022332508,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"veloster\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.97727272727273,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"i3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.26017516743948,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2043669819831848,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motortrend garage\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.39277764036606,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8948080539703369,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"amazon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.3076923076923,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9893913269042968,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"3 sedan premium interior\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.38549774682508,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"genesis g90\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.67082978295556,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5824778013759189,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apple\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 61.702127659574465,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7527228593826294,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"biermann\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.77119685426396,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"range rover\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.8484390735146,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multiair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.50102417042196,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln continental awd black label 3.0\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.22583952832608,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"accent\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.74669757821823,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 94.52601751674396,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent limited\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.58121397083757,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rancho\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.17667318771856,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x1\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.21659343499611,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ariya suv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.77675840978593,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lancer 2.4 awd first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.94527363184079,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"911 carrera s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.18018018018019,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 ascent\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.53528225806453,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2587205171585083,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iphone\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.41764558860285,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7469571828842163,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"7.1\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.9448759709346,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bentley continental gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.38383838383838,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the 2019 gmc sierra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.56907165722728,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"telluride comparison review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.2212481965598,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5800523459911346,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volkswagen\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 99.84737484737484,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator mopar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.9785238212787,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7924466133117676,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sonoma\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87675622381067,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.23733862959286,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motortrend car of the year\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 59.76426799007444,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 4wd high country crew cab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.09969788519638,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lusso\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.89539748953976,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8212368488311768,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman cooper s all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.76570110228147,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s grade\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.51298701298701,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vbox\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.95348837209303,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8246913552284241,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette stingray first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.713419168983,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5933159857988357,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"audi\",\n                                \"total\": 10\n                            },\n                            {\n                                \"score\": 83.76498467521867,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6172917187213898,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x2\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 58.112937812723374,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.14526665210723877,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bdc supra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.49729366463237,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 82.77708592777087,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-750\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.17363344051448,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pandora\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.46910054346404,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5546105057001114,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrangler\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.87496874218554,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"countryman s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.41687344913151,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc sierra denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.44703858441878,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stelvio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.5049751243781,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.63891675025076,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"solstice\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.20570132815033,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.971095085144043,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 x5 first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.78771228771228,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9305102229118348,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model 3 long range first test tesla\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.72255729795867,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6010954976081848,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gm\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 99.91806636624334,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"740e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.46824408468244,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-650/750\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 59.71007248187953,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8554913997650146,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"buick\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.17223650385604,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7137622833251953,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln navigator\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 56.15890254358388,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iphone xr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.08573762077829,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.775786280632019,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"clubman s\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 55.77632117984432,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gale\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.12179984484096,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cooper s e countryman\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.39227895392278,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sohc 6.2-liter v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.83290488431878,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aviator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.35340378471368,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"macan\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.96519377931376,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6786346435546875,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hellcat widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.91055456171736,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mitsu\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.34170305508849,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8100063800811768,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mopar\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 90.4064630143903,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ioniq\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.09677419354838,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra 1500 duramax\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.86746987951807,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.45273631840796,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pleiadian\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.58220693044974,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.3135391161073,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.541083832581838,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 2500\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 92.90161892901618,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"super duty truck\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.04931972789116,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7477777600288391,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dow jones\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.91057120703024,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"imx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.17129851590124,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5148553997278214,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ayapana\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 89.38708867118814,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gearon hooks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.88690625785372,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon graphite performance edition first test review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.00494804552201,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pilot sport 4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.94750062798292,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.41948823985526,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2017 tokyo motor show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.11593281204307,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7343672811985016,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nautilus\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 95.4180266131057,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.904327630996704,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"starburst grille\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.5940866950639,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rolls-royce flying spur\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.73900074571216,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne e-hybrid compares to our 2011 suv of the year\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.0035739814153,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.236836701631546,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.81383112002004,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9384603500366212,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"goodyear eagles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 ford escape hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.76464668196452,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6974495649337769,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mercedes-benz\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 99.72001926571146,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7230781118075053,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g70\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 54.87548754875488,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camry xle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.92679966752758,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.547606584098604,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mitsubishi\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 71.91928310597831,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6653269231319427,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"panameras\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 68.72980362913249,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"918 spyder\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.01419288035135,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xt6\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 84.96503496503496,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.11344441771507265,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia proving grounds\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.41735112936344,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9263138771057128,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"insurance institute of highway safety\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.00325416514963,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"turbo s\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 88.88888888888889,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hybrid i8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.95668369551956,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5069887787103653,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nhtsa\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.48634427461788,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"taycan foot\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.2481503422727,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"porsche\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 90.9897172236504,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8144779801368713,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pure\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87693822298792,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.58940905602456,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"vespa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.54261075737585,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7462553083896637,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic type r\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 61.556122448979586,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"keystone montana\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.16523852743367,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7361448407173157,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jaguar\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 81.76178660049628,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multiair ii\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.82984929508991,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"formula e\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.99714081486776,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1471497118473053,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sr-39\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.72872160054256,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.72727272727272,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.8457711442786,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s-series cars\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.24374553252323,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8718140125274658,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang shelby gt350\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.7517473466218,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7582641839981079,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"juke\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.03886824807088,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.767410159111023,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volvos\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.98540145985402,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v first look\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.15631485560793,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3846627473831177,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"siriusxm\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 57.85448532451426,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia telluride\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.29557259460796,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8948080539703369,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"waze\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.47105198324711,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9509800672531128,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"loh\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.39773525227497,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5832210977872213,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"awd\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 68.86695719046398,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yaris\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87632945832304,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mustang gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.63553191182628,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 97.6680040120361,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7656641006469727,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.5,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8325594663619995,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"the man\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.72608909134422,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"turbo\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 94.63889573576536,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rav4 hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.90721649484536,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outback first\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.8922208414586,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6131132245063782,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"general motors\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 79.73921765295889,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pontiac\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.43655589123867,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20194780826568604,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b400 six-speed automatic\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.45571245186136,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2429501712322235,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fwd accord 2.0t\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.89341598425008,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"miata club\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 77.73682733497505,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6127668193408421,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"epa\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 83.52899754429328,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.580773189663887,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"explorer\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 92.80397022332508,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"veloster n\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.64582808167381,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8729205131530762,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"new york yankees\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.77929195381233,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5518717169761658,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.8474059003052,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra hd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.91447041272998,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"62 sedanette\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.16452442159382,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"black label grand touring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.19651741293532,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti type ra\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.99672265464973,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.30074816942214966,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s90\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.88696307460437,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2518048882484436,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2500 power wagon review - long-term update 6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.78422917596207,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3399883657693863,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"angus mackenzie\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.86423105406072,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger scat pack widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.95737211634905,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"brian vance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.96790757381258,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2429501712322235,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camry v-6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.60969387755102,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"duramax turbodiesel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.12330171750834,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia rio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.45774475381725,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7030467391014099,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.8025666337611,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas cross sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.29439839236373,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kia soul\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.5684630239465,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.714974602063497,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"idrive\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 84.28147415285679,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8948080539703369,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alexa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8474059003052,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra hd first\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.5187051103797,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4915911853313446,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stefan ogbac\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 74.58017561688546,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5124227106571198,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chris walton\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 81.11533787119062,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"panamera\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 94.44306315266036,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8844279646873474,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram power wagon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.2128801431127,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.05302390456199646,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sirius\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.91659648052504,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6606184244155884,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini clubman cooper s\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.81389578163773,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado high country\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.75634262748054,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.983546018600464,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jae bong jang\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.03341902313625,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grand touring\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.36443525458775,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kunio nakaguro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8246492985972,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"laramie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.06077568159932,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3940541684627533,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cvt\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 52.64793635007459,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8934427499771118,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"titan xd pro-4x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.9195063053394,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-30 debuts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.41616081951052,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5731498532825046,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 82.0723262374968,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9483178853988647,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 rs 6 avant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.75124378109452,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s209\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.0272952853598,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"type r\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.39955632240572,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 escape hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.67688170972431,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6977872252464294,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"renegade\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 52.25012431626057,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8934427499771118,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cummins\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 50.929648241206024,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.48555639286611,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pacifica\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.84669338677355,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"360l\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.42034839686947,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.28407663106918335,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ioniq blue\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.95517035265989,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"paddle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.74972191323693,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gran coupe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.82312925170068,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"huayra roadster bc first ride\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.9385598427132,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grand cherokee trackhawk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.32087856601868,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ex\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8588295687885,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8452235460281372,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"insight\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.12060301507536,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carbon-fiber\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.59633027522936,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx trim\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.38830179405258,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"darth vader\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.7158081705151,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.1610704367584,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"prius\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.35964035964035,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.14223888516426086,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model s 60\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.77009307186925,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"genesis g70\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 92.8908188585608,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"275-hp veloster n\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.40014884644009,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9405312538146972,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acura rdx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.98857176753005,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"abarth\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 97.78242677824268,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8212368488311768,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa note\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.57020946470132,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ukl2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.45538436271761,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5185544639825821,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"north america\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.62385321100918,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx a-spec vs. advance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.49866810468048,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.29476822912693024,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eclipse cross\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 90.57682744903032,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9185319542884828,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bright white 2018 ram 2500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.78908188585608,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"si\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.73900074571216,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne e-hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.58198011912633,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.576810876528422,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 75.86339217191099,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alpine\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.23447590660706,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lexus rx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.23711340206185,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7197244167327881,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru pr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.0481444332999,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cory lutz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.43813508667066,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"i-4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.44030697370694,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 97.61904761904762,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zonda c12\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.9111493969973,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8571886420249939,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fiata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.83986203498398,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.978079319000244,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsair first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.95534616960262,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln continental 3.0\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.6433057020849,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9887036085128784,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jang\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.06473381654588,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"santa fe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.80429390846832,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7182677745819092,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"acura\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 93.43711185738314,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5995298666613442,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chevrolet\",\n                                \"total\": 14\n                            },\n                            {\n                                \"score\": 96.78492239467847,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"range rover evoque\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.77354440568821,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g-vectoring control plus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.86423105406072,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger scat pack widebody first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.25285643318429,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8400897979736328,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xt5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.98718478710212,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9057310223579408,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas se\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.47044274053921,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apple maps\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.80339149668222,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7631702423095703,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sport sel first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.57334006564,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7726438045501709,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 insight lx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.771181867242305,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hondas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.087656529517,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.05302390456199646,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xm\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.38654060066742,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"8 series\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.23349234245543,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.965633749961853,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"transformers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.55442176870748,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c12 s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8025666337611,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"atlas cross sport awd prototype first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.50161978042998,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"john cooper\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 91.97297372849147,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6620701591173808,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bmw\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 80.09684628265316,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6974040269851685,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"siri\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 80.41425812508311,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"telluride\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 61.84446149910463,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9340270757675172,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cinturato p7s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.64713543309321,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.576736855506897,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 98.79413227250124,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trans-labrador highway\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.14064914992272,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subie\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.5687276443536,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1744961142539978,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"royal oak\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.32451222897983,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6978808045387268,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alex nishimoto\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 80.43726779079738,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8897880911827087,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sky lounge led roof\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.61467889908256,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 rdx advance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.73896435338015,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6653269231319427,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bentley\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.87411883182276,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"124 spider abarth first test review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.5360972122945,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bimmer\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.9240818338674,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.6395724583644,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.41910383686611,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-30\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.57457012509161,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x5\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 77.3036253776435,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"axle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.8675799086758,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8934952616691589,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette c8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.8151073808936,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger hellcats\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.04952708002612,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6354803368449211,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"android auto\",\n                                \"total\": 8\n                            },\n                            {\n                                \"score\": 92.50582448873932,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7344152927398682,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trax\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.82984929508991,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"formula e race car channels japanese heritage for season 6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.50654159466798,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"widebodies\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.98759305210918,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"b-team\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.98867644931383,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc40\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 61.94678946022001,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9340270757675172,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pirelli\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.34274711168165,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7572872638702393,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"touring xt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.24825891028267,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"continental black label\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.61904761904762,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"zonda\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.56667561041051,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mazda3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.30397022332507,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tigershark\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.62292235177375,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.84544438123703,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x2 m35i\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.2016129032258,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"drive mood selector\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.61808561808562,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-8 durango\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.9195063053394,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-30\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.24548576998941,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6939655542373657,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"durango\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 83.67295136087846,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-8\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 89.68905472636817,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"imprezas\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.41026906936558,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7095413208007812,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"charger hellcat widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.43401832136668,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8306538462638855,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"continental gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.60714285714286,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150 xl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.8927507447865,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elite\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.08724488839586,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra 1500\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.5159201295197,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"3\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.70303452919077,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5641197588132776,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 23\n                            },\n                            {\n                                \"score\": 62.90115532734275,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9660386443138124,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"detroit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.81378026070763,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7252037525177002,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suzuki\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 92.16484355125922,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2005 subaru impreza\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.109243697479,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2086038887500763,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rechtin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.30786405358472,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfa romeo stelvio\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.62931885488648,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"airstream\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.1811224489796,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.34369396294083,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1280338168144226,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ferrariesque\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.89840220580636,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8421876728534698,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fosgate\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 57.79576587795766,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-350/450\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.347617847239725,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bronx bombers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.1166253101737,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grubhub\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.54918032786885,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-150 raptor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.7983870967742,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.41582698451708,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.31383609771728516,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scott\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.34685639086412,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6807959794998169,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 73.95672173122318,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3348765969276428,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"accord\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 61.01463656660878,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8096828460693359,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-9\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.83333333333331,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.745212733745575,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"versa sr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.77772034117343,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9625744223594666,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yasuhiro yamauchi\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.9016189290162,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-650\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.75385380407756,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"southwest\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.13125695216908,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m235i\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.50464510734693,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"j1 bev\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 53.23463548146306,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q50s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.234236651462304,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"skyactiv-x\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.80816738089236,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9178377389907836,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"one-touch\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.97385984427142,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.88686221345823,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"se sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.83791866028707,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6347000598907471,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"330e\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 97.46861924686192,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8212368488311768,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2016 mitsubishi outlander\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.937374749499,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 1500 laramie sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.13823163138233,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2021 f-550\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.62137544688852,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.48858218640089035,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scott evans\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 95.38557213930348,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s201-s208\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.63636363636363,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6861768960952759,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xtraboost\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.88520408163264,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra hd 2500/3500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.75008282798888,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 56.25785373209349,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8606468439102173,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon xl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.76086956521738,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sport vs. eclipse cross vs. nissan rogue sport small\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.0221088435374,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pagani\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.53936003983874,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7034041086832682,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elantra\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 99.68990324981397,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9664984941482544,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suvs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.33812523987604,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5507901430130004,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai\",\n                                \"total\": 15\n                            },\n                            {\n                                \"score\": 92.64179867143586,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.07639369368553162,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frank\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.73064635045466,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hr-v\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.11920020507561,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sv\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.36542400655469,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.30074816942214966,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8702796194869,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"yukon graphite performance edition interior review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.1861898890259,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"camaro\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.17355781133944,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"v-10-powered carrera gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.13483170263545,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5778536796569824,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"clubman\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 87.98701298701299,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"starbucks\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 55.51570615879298,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8493320941925049,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"virtual cockpit\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.5901001112347,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gran coupe xdrive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.82595723520636,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"power wagon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.7979242979243,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8567858934402466,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"instagram\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8507462686567,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.827582836151123,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti s209\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.96208070004862,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8272079825401306,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michael carcamo\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.85311108730014,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram 1500\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 79.9357326478149,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 aviator\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 59.7927090779128,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.14526665210723877,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"supras\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.65983081261216,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s trim\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.62339944765252,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xc60\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.8802729528536,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7417251467704773,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dna\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.91921005385996,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rs6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.065351418002464,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9536758661270142,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"premier\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.33249447765947,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.28482428193092346,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frank markus\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 93.99644760213144,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.49676417292261,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7781448364257812,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500l\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.03174603174602,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8187006711959839,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 x5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.34961439588687,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8753695487976074,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"china\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.8265306122449,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8246252536773682,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"paganis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.9490077869882,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chrysler\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.7542393708528,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trackhawk\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.48068669527898,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"prius eco\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.02404809619239,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"uconnect 4c\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.22068283028203,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c-class\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.79648944288984,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lancer 2.4 awd first test review walking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.24339803599861,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5855049133300781,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lexus\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 94.05737704918032,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"colorado\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.32203809052683,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"itunes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.61261261261262,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent back-2-back test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.69597539092541,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8679914474487305,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"altima\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87546699875467,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"super duty and commercial truck powertrains\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.42473839549235,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gvc+\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.9379036264282,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln nautilus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.51315459784516,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9411810636520386,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michelins\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.95430238210986,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8301303386688232,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"abb\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.74888115365489,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7473441362380981,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-250 super duty king ranch\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.80893300248139,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"denali crew cab\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.15095285857574,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"bolt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.45454545454544,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1258251965045929,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"thermopylae\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8507462686567,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrx sti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.7567703109328,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"william walker\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 54.06514172053705,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8286989331245422,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"diesel v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87176199025392,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rs 6\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.02182284980745,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.829584002494812,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy xt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.81592039800994,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"impreza\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.17935871743487,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9133923053741456,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"harmon kardon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.3735877479287,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1891033947467804,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"reynolds\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.96019900497512,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru tecnica international\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.4735073662445,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7881881594657898,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"propilot 2.0\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.98589858985899,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"stinger gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.21659343499611,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ariya\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.5792349726776,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9228129386901855,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escalade\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.79739217652958,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"travis labella\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.21687145908652,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5199838817119599,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"dodge\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 57.86446611652914,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"countryman all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.77737509707481,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"500x trekking\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 58.90745501285347,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1813703775405884,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln way\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.44402570158526,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7916969060897827,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kim reynolds\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 83.96793587174349,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8961164951324463,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"calipers\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.00493154999748,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.680914044380188,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rs\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 68.11224489795919,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"horacio pagani\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.81151042975624,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"graphite performance edition\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.45209597099333,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6510845422744751,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"suv\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 79.01093569155171,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8421876728534698,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rockford\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 76.59100915822971,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5521131190988753,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"carplay\",\n                                \"total\": 9\n                            },\n                            {\n                                \"score\": 90.12626262626262,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ferrari\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.76861966236343,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"prestige\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.7550505050505,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g20\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.23541047979876,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7448799808820089,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kicks\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 97.68643859217327,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7662566900253296,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-5 miata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.88606307222787,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eaton\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.82960755091903,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.2401466965675354,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mkz\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.34261769780626,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"awd 2020 escape\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.273002268716915,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9601908922195436,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"wrangler 2.0\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.05737704918032,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"colorado zr2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.08273991183452,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9449505805969238,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra heavy duty\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 66.50423185432162,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"a6 avant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.5609756097561,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"explorer first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.64294662991732,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pccb carbon-ceramic brakes\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.71377459749552,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander sel awd review - long-term update 3 commuting\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.84595635430038,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.2043383140257,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6707712411880493,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"apple carplay\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 54.201889607160616,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7473441362380981,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"powerstoke\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.39263342520671,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7507181167602539,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-tron\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.7966585923281,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6310598254203796,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ct6\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 97.88125153978812,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mkc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.52502780867631,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 2 series gran coupe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.69746866551978,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rover\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.58016576164619,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8897880911827087,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"panoramic\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.0550621669627,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander se s-awd\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.45454545454548,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.206527978181839,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"armada\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.8369648807998,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8679914474487305,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"maxima\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"squares square\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.28109645720197,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cooper s all4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.79531368578945,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5531720022360483,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ram\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 78.51208459214502,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20194780826568604,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aisin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.51277598610768,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.959041953086853,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-pace\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.8506075768406,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8718140125274658,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"urus\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.886792452830186,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"polestar\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.71320585807064,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7005468010902405,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s all4\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 93.94278606965176,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 wrx sti s209\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.34799705087245,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9231458902359008,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rockford fosgate\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.99234693877553,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sierra 2500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.82840601133285,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9168180227279663,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"evans\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 89.52944074895295,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7416706085205078,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsairs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.08955223880596,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.15560385584831238,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sp sport maxx gt600\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.52396166134186,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.08787000179290771,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jonny\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.3639455782313,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c12\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8872745490982,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 laramie sport review - long-term arrival\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.99007444168734,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7563970685005188,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"socal\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.84595635430038,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"legacy first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.67176717671767,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ex-l 2.0t\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.10405283856485,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model s\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 63.057726241492304,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mickey mantle\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.41687344913151,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"punto\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.6371027346637,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"evoque\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87546699875467,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"super duty\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.9422454915613,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5702877981322152,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chevy\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 90.42607802874744,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8515431880950928,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"department of transportation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.00621631492707,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6534980436166128,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"erick ayapana\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 94.8,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sonata\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.4270699820559,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1738562285900116,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2020 versa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.83290488431878,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"aviator first\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.83854942871336,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nautilus 2.7t awd first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.33859822309971,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"drees\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.21001221001221,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rubicon\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.92682926829268,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8111279010772705,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cortina\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.16205737916773,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8015775680541992,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"eq\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.81013607075658,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.649873286485672,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"q3\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 98.34987925945802,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 tokyo motor show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.49756971092351,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"trevi fountain\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.17989549639213,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9049956798553468,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mini's 2.0-liter turbocharged i-4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.87675622381067,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"escape hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.1282689912827,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"7.3-liter v-8\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.38372093023256,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"1500 ecodiesel boasts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 57.30912476722533,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8529176712036133,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jimny\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.87480680061825,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2017 los angeles auto show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.3347988077354,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"motor trend\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 95.92631572956213,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6367395321528116,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fiat\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 99.61081523965588,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ls 500\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.94322933397308,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3399883657693863,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mark rechtin\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 86.21588089330025,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lyft\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.92219705960713,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5192312449216843,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"miguel cortina\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 68.01359516616314,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1811073124408722,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"xt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.08945065629558,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8688246011734009,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"leaf nismo rc\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.18405457690405,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5089811171804156,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cadillac\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 98.7163663293014,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hellcat\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.3076808291984,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"allison\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.87139182623606,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x7\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.36039559722076,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5211678487913949,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"volvo\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 64.00879855764958,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6296199560165405,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"7 series\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 90.35857572718156,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gopros\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.76549000246852,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"scat pack widebody\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.3233830845771,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"s208\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.55001228803148,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7210507392883301,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"svr\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.41938819300393,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7262887239456177,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"outlander\",\n                                \"total\": 5\n                            },\n                            {\n                                \"score\": 98.75678765361532,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"luxury\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.20916481892091,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corsair 2.0t\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.27272727272728,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tahoe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.73929236499067,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"waku waku switch\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.42895896914209,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hd at4s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 61.37990619600099,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c8 corvette\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.4562383612663,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hustler\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.98540145985402,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cr-v\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.46290362336704,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8068385124206543,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"c-max\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.22843649018144,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cayenne s hybrid\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.58056394763343,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"onyx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.36601966221323,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7459750175476074,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jl\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.0728952772074,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9263138771057128,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"national highway transportation safety administration\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.56780132871737,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5611145666667393,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tesla\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 85.5588897224306,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7308799028396606,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gla\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.5945945945946,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ascent interior review\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.36258776328987,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.26739072799682617,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"justin bieber\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.5409429280397,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elantra sport comparison test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.7757216257989,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"highlander\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.83336474000123,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"model 3\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 83.77998104924629,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6525530815124512,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"subaru impreza\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 69.30683233050685,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6811195015907288,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"alfonso albaisa\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 86.87262505022234,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"miata\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 51.40163731084099,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8876183032989502,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-5\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.33224098815224,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9220128059387208,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"grille\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.5717239596795,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"daimler\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.32594710507506,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"randy pobst\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.64904258359532,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x7s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.40347250930137,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.20569971203804016,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"greyhound\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.31404958677686,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"oliver rowland\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.04234122042342,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-59\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.92284792855371,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9236135482788086,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"e-pace\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 87.70060180541626,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"franz von holzhausen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.5080068982508,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ed loh\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.65962180200222,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"228i gran coupe xdrive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.19284994964752,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.719454288482666,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mx-5/124 \\\"fiata\\\" siblings\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.82556087723721,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8428598046302795,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chrysler automobiles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.61573489907971,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fca\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 64.49829931972789,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cinque coupe\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.91683778234083,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iihs\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.27060886995741,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"msb\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.7095709570957,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.1258251965045929,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sparta\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.91041102633523,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9017868041992188,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"fiata classica\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 95.12471655328798,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"x5 first drive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.80099502487565,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sti\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.43960149439602,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-350\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.93548387096774,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gladiator sport manual first test\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 64.49829931972789,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cinque\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.77739302498144,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9786198139190674,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.11414392059554,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"306-hp type r\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 69.46747048480282,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.983546018600464,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"hyundai exterior design group\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.95191122071516,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"equinox\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 84.2130096301159,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.513594176620245,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"honda\",\n                                \"total\": 16\n                            },\n                            {\n                                \"score\": 99.34475806451611,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sel\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.56413449564134,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"f-250\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.28662392633788,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lancer 2.4\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.74242424242424,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sequoia\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.5958091391063,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7675605416297913,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"139-hp hyundai ioniq\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 67.02271956595456,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"at4\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.63121444471926,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"google maps\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.8049804980498,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"g70 long-term arrival\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.28061092415221,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tigershark multiair2\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.72196481689826,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"m sport\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 99.86352357320098,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"civic si\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.09217877094972,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8701952695846558,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tokyo motor show 2019\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 51.00093109869647,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7990388870239258,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"combi corporation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.90178571428571,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"silverado wt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 71.8950918548248,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.4270218685269356,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"walton\",\n                                \"total\": 4\n                            },\n                            {\n                                \"score\": 64.48484848484848,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.775033712387085,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"expedition xlt\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.89614123709771,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.31725718080997467,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"forester\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 88.99626992200747,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"duramax 6.6-liter\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.67702968938988,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"gmc sierra\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 58.49208478669171,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7550705671310425,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"kimi raikkonen\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.5409429280397,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"elantra sport\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.27952866918376,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6367671291033427,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"tokyo motor show\",\n                                \"total\": 6\n                            },\n                            {\n                                \"score\": 99.87176199025392,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rs 6 avant\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 91.97821242881902,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rolls-royce\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.74371859296484,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9343711137771606,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2019 sierra denali\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.48878481636676,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7532463073730469,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"cx-5 signature\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.5312151284362,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"genesis\",\n                                \"total\": 3\n                            },\n                            {\n                                \"score\": 99.8881153654898,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"2500 power wagon verdict\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.68803452976613,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.6939655542373657,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"expedition\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 71.94087403598972,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8807574510574341,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"woodhouse\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.57653061224491,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lincoln aviator\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 54.672763646756216,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"iphone 6s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.40796019900498,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"corvette z51\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 65.37809426924382,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"at4s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.6569181617105,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"buick encore\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.15434565434565,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"chris\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.28662392633788,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.3630378693342209,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"lancer\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 70.06281407035175,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"multipro tailgate\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.83783114632335,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.911491632461548,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"teslarati\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.8585833123267,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9178377389907836,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"sky\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 82.52551020408163,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9244335889816284,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"roadster\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.46597118728266,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"mkx\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 81.5847938780548,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9458962678909302,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"305s\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.43899966204799,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8565381765365601,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ikea\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 92.03012342110014,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5830614694527217,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jeep\",\n                                \"total\": 7\n                            },\n                            {\n                                \"score\": 93.90243902439023,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"frontier\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.77258726899385,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8515431880950928,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"u.s. government\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.62385321100918,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rdx a-spec\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.83665193664379,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"palisade\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 91.42821597412292,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"minis\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 78.5940663675702,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7587672173976898,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"3 series\",\n                                \"total\": 4\n                            }\n                        ],\n                        \"resource\": \"motortrend.com\"\n                    },\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 62.35059760956175,\n                                \"item\": \"auto body styles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"item\": \"hunting and shooting\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.35059760956175,\n                                \"item\": \"automotive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.35059760956175,\n                                \"item\": \"auto type\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"item\": \"field hockey\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.35059760956175,\n                                \"item\": \"business\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.5418326693227,\n                                \"item\": \"sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.35059760956175,\n                                \"item\": \"technology\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"item\": \"children's literature\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"item\": \"industries\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"item\": \"economy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.5418326693227,\n                                \"item\": \"olympic sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.35059760956175,\n                                \"item\": \"consumer electronics\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"item\": \"track and field\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"item\": \"literature\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.5418326693227,\n                                \"item\": \"american football\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.5418326693227,\n                                \"item\": \"basketball\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.35059760956175,\n                                \"item\": \"road-side assistance\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 50.94621513944223,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.9643329381942748,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"doc brown\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 89.5418326693227,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.26259151101112366,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nba\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.68924302788844,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"griffin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.35258964143426,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"derrick rose\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.800796812749,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7697142958641052,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"pistons\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.39442231075697,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"joe johnson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 63.645418326693225,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rookie of the year\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.95418326693228,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"rose\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.98804780876493,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"blake griffin\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.19521912350598,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"johnson\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.35059760956175,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"all-star\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource\": \"theathletic.com\"\n                    },\n                    {\n                        \"resource_type\": \"webpage\",\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 98.16721002720797,\n                                \"item\": \"auto parts\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.16721002720797,\n                                \"item\": \"sports\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.16721002720797,\n                                \"item\": \"auto racing\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 85.06780660377358,\n                                \"item\": \"auto insurance\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.21143172532118,\n                                \"item\": \"auto body styles\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.16721002720797,\n                                \"item\": \"auto type\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.16721002720797,\n                                \"item\": \"auto repair\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.16721002720797,\n                                \"item\": \"auto recalls\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 98.21143172532118,\n                                \"item\": \"automotive\",\n                                \"total\": 2\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 76.61050545094153,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ann arbor spark\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 77.04410307234886,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"downtown development authority\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 62.249410377358494,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"transportation mobility cloud™\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.2338949454906,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7978091239929199,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"consumer electronics show\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.21521226415094,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"nhtsa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.63148584905662,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"henry ford\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.28891509433963,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"epa\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.21407333994054,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"michigan economic development corporation\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 96.6798810703667,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7978091239929199,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"jim hackett\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 83.10731132075472,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.8672637939453125,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"paris climate accord\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.16721002720797,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ford\",\n                                \"total\": 2\n                            },\n                            {\n                                \"score\": 77.60158572844401,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ann arbor area transportation authority\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.06780660377358,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"california\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.95044598612488,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"ann arbor\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 75.59464816650149,\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"combinedscore\": 0.7765985131263733,\n                                        \"positive\": 1,\n                                        \"negative\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"item\": \"university of michigan transportation research institute\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"resource\": \"medium.com\"\n                    }\n                ]\n            }\n        },\n        \"request_type\": \"build\"\n    },\n    \"request_data\": {\n        \"API version\": \"0.1\",\n        \"message\": \"Success\",\n        \"status_code\": 0,\n        \"username\": \"guest\"\n    }\n}"}],"_postman_id":"28ec6f13-506d-48ff-8f4a-44186599f3a5"},{"name":"retrieve_all_keywords","id":"4923d91b-dc06-4e40-91ea-afea8c4be975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"pagenum","value":"1","description":"<p>leave as default 1</p>\n","type":"text"}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-all-keywords/","description":"<p>Retrieve all keywords that have been stored in AdSkate's database.</p>\n","urlObject":{"path":["web-page-analysis","api","retrieve-all-keywords",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[{"id":"0616b6c2-ab85-4698-a867-6fd708f26812","name":"retrieve_all_keywords__exampleCall","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"pagenum","value":"1","description":"internal parameter; leave as default 1","type":"text"}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-all-keywords/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Nov 2019 06:41:15 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Length","value":"14876"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Vary","value":"Accept,Origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"application_data\": {\n        \"keywords\": [\n            \"cgi\",\n            \"fpm\",\n            \"php\",\n            \"wsgi\",\n            \"apache\",\n            \"centos\",\n            \"debian\",\n            \"django\",\n            \"python\",\n            \"ubuntu\",\n            \"python3\",\n            \"python 2\",\n            \"python 3\",\n            \"apache 2.4.x\",\n            \"apache django\",\n            \"django_settings_module\",\n            \"hitchhiker's guide to python\",\n            \"the web server gateway interface\",\n            \"cnn\",\n            \"gm\",\n            \"nhtsa\",\n            \"tahoe\",\n            \"flores\",\n            \"cadillac\",\n            \"escalade\",\n            \"suburban\",\n            \"chevrolet\",\n            \"gm flores\",\n            \"gmc yukon\",\n            \"silverado\",\n            \"dan flores\",\n            \"gmc sierra\",\n            \"general motors\",\n            \"federal motor vehicle safety standard\",\n            \"national highway traffic safety administration\",\n            \"trump\",\n            \"new york times\",\n            \"ford\",\n            \"ford motor company\",\n            \"holiday inn\",\n            \"crowne plaza\",\n            \"hotel indigo\",\n            \"intercontinental\",\n            \"candlewood suites\",\n            \"staybridge suites\",\n            \"holiday inn express\",\n            \"ryan\",\n            \"romney\",\n            \"presidential campaign\",\n            \"volt\",\n            \"reuters\",\n            \"chevy\",\n            \"obama\",\n            \"welburn\",\n            \"ed welburn\",\n            \"president obama\",\n            \"cadillac cyclone\",\n            \"howard university\",\n            \"black history month\",\n            \"washington auto show\",\n            \"philadelphia auto show\",\n            \"copses\",\n            \"mark reuss\",\n            \"dan akerson\",\n            \"paul copses\",\n            \"gm north america\",\n            \"t6\",\n            \"t8\",\n            \"epa\",\n            \"v60\",\n            \"xc60\",\n            \"xc90\",\n            \"volvo\",\n            \"xc90 t\",\n            \"xc90 t8\",\n            \"polestar\",\n            \"canadian rockies\",\n            \"polestar engineered\",\n            \"apple\",\n            \"camry\",\n            \"ebird\",\n            \"tesla\",\n            \"legacy\",\n            \"nissan\",\n            \"subaru\",\n            \"carplay\",\n            \"chimani\",\n            \"outback\",\n            \"forester\",\n            \"starlink\",\n            \"sienna tan\",\n            \"altima s awd\",\n            \"android auto\",\n            \"harman kardon\",\n            \"national parks\",\n            \"legacy first drive\",\n            \"cornell lab of ornithology\",\n            \"fca\",\n            \"utv\",\n            \"jeep\",\n            \"cj-3b\",\n            \"honda\",\n            \"jeeps\",\n            \"roxor\",\n            \"grille\",\n            \"willys\",\n            \"cj jeep\",\n            \"pioneer\",\n            \"mahindra\",\n            \"retriever\",\n            \"mahindra roxor\",\n            \"polaris ranger\",\n            \"roxor utv first drive\",\n            \"lincoln\",\n            \"aviator grand touring\",\n            \"aviator grand touring first drive\",\n            \"m5\",\n            \"bmw\",\n            \"v6\",\n            \"ram\",\n            \"1500\",\n            \"ecodiesel\",\n            \"tucson\",\n            \"hyundai\",\n            \"500x\",\n            \"fiat\",\n            \"anchor\",\n            \"sony\",\n            \"yamaha\",\n            \"kuhn\",\n            \"p100d\",\n            \"bollinger\",\n            \"bollinger motors\",\n            \"taycan\",\n            \"porsche\",\n            \"tesla inc\",\n            \"elon musk\",\n            \"rheinische post\",\n            \"president donald trump\",\n            \"blue bird\",\n            \"audi\",\n            \"frankfurt audi\",\n            \"frankfurt motor show\",\n            \"harley\",\n            \"harley-davidson\",\n            \"lamborghini\",\n            \"2019 frankfurt auto show\",\n            \"frankfurt\",\n            \"mission e\",\n            \"battista\",\n            \"pininfarina\",\n            \"pura vision\",\n            \"monterey car week\",\n            \"monterey pininfarina automobili\",\n            \"opel\",\n            \"corsa-e electric car\",\n            \"corsa-e compact electric hatchback\",\n            \"i30 n project c\",\n            \"pebble beach concours d'elegance\",\n            \"2019 pebble beach concours d'elegance\",\n            \"a250e\",\n            \"b250e\",\n            \"a-class\",\n            \"b-class\",\n            \"mercedes-benz\",\n            \"8 litre\",\n            \"bentley\",\n            \"2019 pebble beach concours best of show\",\n            \"frankfurt hyundai\",\n            \"the quail\",\n            \"ssc tuatara\",\n            \"2019 quail motorsports gathering\",\n            \"2019 quail motorsports gathering mega photo gallery\",\n            \"2019 audi q3\",\n            \"q3 second drive\",\n            \"pilot\",\n            \"508\",\n            \"peugeot\",\n            \"james riswick\",\n            \"508 rental car review\",\n            \"m1 concourse\",\n            \"civic type r tcr\",\n            \"civic type r tcr first drive review\",\n            \"outback first drive\",\n            \"xt6\",\n            \"woodward\",\n            \"woodward dream cruise\",\n            \"dream cruise mega gallery\",\n            \"urus suv\",\n            \"huracan evo gt\",\n            \"aventador svj roadster\",\n            \"aventador svj 63 roadster\",\n            \"bugatti\",\n            \"girard & co\",\n            \"levante\",\n            \"maserati\",\n            \"monterey\",\n            \"pelletessuta\",\n            \"quattroporte\",\n            \"levante s gransport\",\n            \"quattroporte s q4 granlusso\",\n            \"rimac\",\n            \"eb 110 ss\",\n            \"eb 110 ss bugatti\",\n            \"democrats\",\n            \"joe biden\",\n            \"dmca\",\n            \"united states\",\n            \"digital millennium copyright act\",\n            \"evil resident\",\n            \"resident evil\",\n            \"resident evil 7: how resident evil got its scare back\",\n            \"resident evil 2\",\n            \"evolution of resident evil more\",\n            \"gt\",\n            \"v-6\",\n            \"mk ii\",\n            \"motec\",\n            \"le mans\",\n            \"ecoboost\",\n            \"gt mk ii\",\n            \"michelin\",\n            \"multimatic\",\n            \"pilot sport gt\",\n            \"goodwood festival of speed\",\n            \"ci\",\n            \"scm\",\n            \"devops\",\n            \"gitlab\",\n            \"wwj\",\n            \"ford motor co.\",\n            \"michigan assembly plant\",\n            \"law dragon\",\n            \"riley allen\",\n            \"allen murphy\",\n            \"superlawyers\",\n            \"riley allen law\",\n            \"super duty pickup truck\",\n            \"halloween\",\n            \"x7\",\n            \"model s\",\n            \"model x\",\n            \"electrek\",\n            \"v8\",\n            \"eco\",\n            \"v11\",\n            \"dyson\",\n            \"shark\",\n            \"amazon\",\n            \"walmart\",\n            \"floorcare\",\n            \"cyclone v10\",\n            \"cyclone v10 absolute\",\n            \"v8 animal cordless vacuum\",\n            \"cyclone v10 absolute cordless vacuum cleaner\",\n            \"bert\",\n            \"evie\",\n            \"alice\",\n            \"becca\",\n            \"merry\",\n            \"aretha\",\n            \"irobot\",\n            \"newton\",\n            \"pippin\",\n            \"roomba\",\n            \"facebook\",\n            \"williams\",\n            \"jesse newton\",\n            \"jackson pollock\",\n            \"jonathan williams\",\n            \"jsi\",\n            \"hoover\",\n            \"maytag\",\n            \"kleenex\",\n            \"band-aid\",\n            \"spangler\",\n            \"jsi travel\",\n            \"william hoover\",\n            \"the hoover company\",\n            \"james murray spangler\",\n            \"bosch\",\n            \"miele\",\n            \"bagless\",\n            \"philips\",\n            \"allergy uk\",\n            \"miele blizzard\",\n            \"powerpro expert\",\n            \"cinetic big ball\",\n            \"q7\",\n            \"x5\",\n            \"gls\",\n            \"discovery\",\n            \"navigator\",\n            \"570gt\",\n            \"mclaren\",\n            \"gt first drive review\",\n            \"ion\",\n            \"r75\",\n            \"r85\",\n            \"truepet\",\n            \"botboundary\",\n            \"robot vacuum r85\",\n            \"ion robot vacuum r85\",\n            \"shark rotator powered lift\",\n            \"engadget\",\n            \"galaxy\",\n            \"google\",\n            \"office\",\n            \"android\",\n            \"fire os\",\n            \"nadella\",\n            \"outlook\",\n            \"samsung\",\n            \"chromium\",\n            \"onedrive\",\n            \"microsoft\",\n            \"android 10\",\n            \"play store\",\n            \"galaxy fold\",\n            \"google play\",\n            \"surface duo\",\n            \"satya nadella\",\n            \"galaxy note 10\",\n            \"google play store\",\n            \"google mobile services\",\n            \"libra\",\n            \"verge\",\n            \"tiktok\",\n            \"warren\",\n            \"twitter\",\n            \"whatsapp\",\n            \"bytedance\",\n            \"instagram\",\n            \"the verge\",\n            \"zuckerberg\",\n            \"mark zuckerberg\",\n            \"elizabeth warren\",\n            \"sen. elizabeth warren\",\n            \"federal trade commission\",\n            \"securities and exchange commission\",\n            \"cw\",\n            \"beth\",\n            \"crow\",\n            \"kate\",\n            \"arrow\",\n            \"joker\",\n            \"batman\",\n            \"the cw\",\n            \"taken 3\",\n            \"batwoman\",\n            \"dc comics\",\n            \"kate kane\",\n            \"ruby rose\",\n            \"arrowverse\",\n            \"jacob kane\",\n            \"bruce wayne\",\n            \"meagan tandy\",\n            \"sophie moore\",\n            \"dougray scott\",\n            \"john wick: chapter 2\",\n            \"orange is the new black\",\n            \"hp\",\n            \"asus\",\n            \"dell\",\n            \"intel\",\n            \"lenovo\",\n            \"surface\",\n            \"windows\",\n            \"belfiore\",\n            \"lakefield\",\n            \"moleskine\",\n            \"santorini\",\n            \"windows 10\",\n            \"surface neo\",\n            \"surface pro\",\n            \"windows 10x\",\n            \"joe belfiore\",\n            \"surface pro x\",\n            \"carmen zlateff\",\n            \"surface slim pen\",\n            \"pboc\",\n            \"treasury\",\n            \"people's bank of china\",\n            \"president bill clinton\",\n            \"toyota\",\n            \"c-hr compact crossover adds android auto\",\n            \"c-hr everyday edgy\",\n            \"corvette indianapolis pace car edition\",\n            \"rvr\",\n            \"mitsubishi\",\n            \"x5 m\",\n            \"x6 m\",\n            \"aston\",\n            \"aston martin\",\n            \"aston martin works\",\n            \"aston martin db4 gt zagato\",\n            \"db4 gt zagato continuation\",\n            \"fwd\",\n            \"mercedes\",\n            \"david twohig\",\n            \"baby ii\",\n            \"type 35\",\n            \"volkswagen\",\n            \"la voiture noire\",\n            \"718\",\n            \"cayman\",\n            \"boxster\",\n            \"lutz meschke\",\n            \"renault\",\n            \"zoe e-sport\",\n            \"byton\",\n            \"m-byte\",\n            \"m-byte electric suv\",\n            \"vw\",\n            \"hunt\",\n            \"ferrari\",\n            \"formula 1\",\n            \"james hunt\",\n            \"alain prost\",\n            \"aryton senna\",\n            \"ayrton senna\",\n            \"toleman-hart\",\n            \"b2\",\n            \"b1 suv\",\n            \"robert bollinger\",\n            \"top gear\",\n            \"a6 allroad quattro\",\n            \"alpine\",\n            \"alpine a110\",\n            \"brz\",\n            \"gt86\",\n            \"twins\",\n            \"gc\",\n            \"840i\",\n            \"gran coupe\",\n            \"ritzy 8 series\",\n            \"8 series gran coupe\",\n            \"madmax\",\n            \"zef eisenberg\",\n            \"daley mathison\",\n            \"nottingham university\",\n            \"tt roadster\",\n            \"a5\",\n            \"iihs\",\n            \"e-tron\",\n            \"model 3\",\n            \"united states national highway traffic administration\",\n            \"aha\",\n            \"bha\",\n            \"vib\",\n            \"o.g.\",\n            \"sephora\",\n            \"shiseido\",\n            \"josie maran\",\n            \"the ordinary\",\n            \"laura mercier\",\n            \"kate somerville\",\n            \"vib sale wish list\",\n            \"inkey listniacinamide\",\n            \"vibrancy argan oil foundation\",\n            \"patrick ta\",\n            \"elysee\",\n            \"hbo\",\n            \"camp\",\n            \"j.c.\",\n            \"psia\",\n            \"forbes\",\n            \"clendenin\",\n            \"hank haney\",\n            \"wayne wong\",\n            \"larry burke\",\n            \"butch harmon\",\n            \"john clendenin\",\n            \"clendenin method\",\n            \"david leadbetter\",\n            \"scott brooksbank\",\n            \"aspen ski company\",\n            \"four words for great skiing\",\n            \"professional golf association\",\n            \"professional ski instructor association\",\n            \"smith\",\n            \"deep play\",\n            \"dave smith\",\n            \"mark sisson\",\n            \"diane ackerman\",\n            \"digital minimalism\",\n            \"california coastal commission\",\n            \"bixby\",\n            \"gucci\",\n            \"the coast-road\",\n            \"big little lies\",\n            \"independence day\",\n            \"robinson jeffers\",\n            \"community association of big sur\",\n            \"miir\",\n            \"cairn\",\n            \"proxy\",\n            \"unbox\",\n            \"sunski\",\n            \"gear up\",\n            \"crossfit\",\n            \"hydrapak\",\n            \"luminaid\",\n            \"sealline\",\n            \"eagle creek\",\n            \"hydro flask\",\n            \"give back™\",\n            \"skratch labs\",\n            \"gregory praxus\",\n            \"outside magazine\",\n            \"makani sunglasses\",\n            \"blocker purgeair dry sack\",\n            \"packlite hero 2-in-1 supercharger\",\n            \"rei\",\n            \"bushido\",\n            \"clifton 2\",\n            \"la sportiva\",\n            \"salomon sense\",\n            \"hoka one one speedgoat 2\",\n            \"at4\",\n            \"gmc\",\n            \"f150\",\n            \"dodge\",\n            \"napier\",\n            \"sierra\",\n            \"multipro\",\n            \"sierra 1500\",\n            \"sierra 1500 at4\",\n            \"sportz truck tent\",\n            \"pfg\",\n            \"lifa\",\n            \"rhone\",\n            \"polartec\",\n            \"patagonia\",\n            \"sun shirts\",\n            \"power dry fabric\",\n            \"endurance long sleeve\",\n            \"maven\",\n            \"abbe-koenig\",\n            \"b1\",\n            \"ice\",\n            \"tacoma\",\n            \"teslas\",\n            \"cj winegar\",\n            \"land rover\",\n            \"gladiator rubicon\",\n            \"dmv\",\n            \"skype\",\n            \"pajeros\",\n            \"lexus\",\n            \"swiss-army\",\n            \"nick rodgers\",\n            \"new land rover\",\n            \"land rover defender\",\n            \"raptor\",\n            \"tacoma somewhere\",\n            \"10awg\",\n            \"ranger\",\n            \"bougerv\",\n            \"go fast campers\",\n            \"ultimate overland solar-power setup\",\n            \"ykk\",\n            \"filson\",\n            \"g-1000\",\n            \"woolrich\",\n            \"fjallraven\",\n            \"sten jacket\",\n            \"credo\",\n            \"janji\",\n            \"origin\",\n            \"velcro\",\n            \"kitsbow\",\n            \"runbold\",\n            \"black diamond\",\n            \"r2\",\n            \"pcu\",\n            \"costello\",\n            \"david costello\",\n            \"dwr\",\n            \"tic tac\",\n            \"stockman\",\n            \"mansfield\",\n            \"kebs\",\n            \"fjall\",\n            \"fjallraven kebs\",\n            \"cnet\",\n            \"squaretrade\",\n            \"fox\",\n            \"liv\",\n            \"wsd\",\n            \"beti\",\n            \"nasa\",\n            \"trek\",\n            \"yeti\",\n            \"juliana\",\n            \"peoplesize\",\n            \"santa cruz\",\n            \"cassondra spring\",\n            \"pique advanced pro 29\",\n            \"olympic\",\n            \"olympics\",\n            \"armstrong\",\n            \"joe martin\",\n            \"world tour\",\n            \"dygert owen\",\n            \"kelly catlin\",\n            \"van der poel\",\n            \"alena amialiusik\",\n            \"amstel gold race\",\n            \"kristin armstrong\",\n            \"chloé dygert owen\",\n            \"mathieu van der poel\",\n            \"2018 tour of california\",\n            \"uci road world championships\",\n            \"creo\",\n            \"ipod\",\n            \"nytro\",\n            \"s-works\",\n            \"shimano\",\n            \"pinarello\",\n            \"turbo vado\",\n            \"keith bontrager\",\n            \"costo\",\n            \"target\",\n            \"@bicyclelobby\",\n            \"department store bike\",\n            \"erik\",\n            \"mark\",\n            \"crocs\",\n            \"taylor\",\n            \"zyliss\",\n            \"bike peddler\",\n            \"grit\",\n            \"muc-off\",\n            \"park tool\",\n            \"wayne smith\",\n            \"feedback sports\",\n            \"uci\",\n            \"boonen\",\n            \"luke rowe\",\n            \"cancellara\",\n            \"stade 2 tv\",\n            \"tom boonen\",\n            \"tony martin\",\n            \"giro d’italia\",\n            \"lance armstrong\",\n            \"fabian cancellara\",\n            \"2019 tour de france\",\n            \"2010 tour of flanders\",\n            \"femke van den driessche\",\n            \"tour de france motor tests\",\n            \"rowe\",\n            \"ineos\",\n            \"venmo\",\n            \"martin\",\n            \"kruijswijk\",\n            \"alaphilippe\",\n            \"egan bernal\",\n            \"jumbo-visma\",\n            \"peter sagan\",\n            \"gianni moscon\",\n            \"élie gesbert\",\n            \"geraint thomas\",\n            \"mark cavendish\",\n            \"matteo trentin\",\n            \"tour de france\",\n            \"steven kruijswijk\",\n            \"julian alaphilippe\",\n            \"tour de france jury booted\",\n            \"aaa\",\n            \"nop\",\n            \"kara\",\n            \"nike\",\n            \"brown\",\n            \"times\",\n            \"usada\",\n            \"magness\",\n            \"salazar\",\n            \"propublica\",\n            \"ritzenhein\",\n            \"adam goucher\",\n            \"jeffrey brown\",\n            \"steve magness\",\n            \"twittersphere\",\n            \"oregon project\",\n            \"alberto salazar\",\n            \"dathan ritzenhein\",\n            \"american arbitration association\",\n            \"united states anti-doping agency\",\n            \"winter\",\n            \"avocado\",\n            \"w. chris winter\",\n            \"the sleep solution\",\n            \"national sleep foundation\",\n            \"doug lawder\",\n            \"railyard fitness\",\n            \"minecraft\",\n            \"tough love\",\n            \"blair braverman\",\n            \"uw rock\",\n            \"university of washington\",\n            \"evergreen mountain bike alliance\",\n            \"café\",\n            \"camp 4\",\n            \"pinehurst lodge\",\n            \"public lands day\",\n            \"carolyn’s café\",\n            \"the trapper grill\",\n            \"harvey house café\",\n            \"national park system\",\n            \"spread creek meadows\",\n            \"tumbleweed bookstore\",\n            \"socal\",\n            \"greg long\",\n            \"pearl jam\",\n            \"bridge day\",\n            \"kimi werner\",\n            \"eddie vedder\",\n            \"mass ascension\",\n            \"mikhail martin\",\n            \"ohana festival\",\n            \"bethany lebewitz\",\n            \"brown girls climb\",\n            \"brothers of climbing\",\n            \"arizona taco festival\",\n            \"san onofre foundation\",\n            \"great american beer festival\",\n            \"albuquerque international balloon fiesta\",\n            \"doheny state beach interpretive association\",\n            \"crater lake resort\",\n            \"airstream\",\n            \"acorn chalet\",\n            \"taos mesa brewing\",\n            \"hotel luna mystica\",\n            \"cuyahoga valley national park\",\n            \"lis\",\n            \"dana lis\",\n            \"harvard medical school\",\n            \"university of california\",\n            \"u.s. department of agriculture\",\n            \"university of southern denmark\",\n            \"vo2\",\n            \"mark waldron\",\n            \"2010 oregon study\",\n            \"swansea university\",\n            \"university of oregon\",\n            \"journal of physiology\",\n            \"european journal of applied physiology\",\n            \"ophr\",\n            \"usoc\",\n            \"usopc\",\n            \"carlos\",\n            \"boykoff\",\n            \"84 games\",\n            \"brundage\",\n            \"1968 games\",\n            \"arthur ashe\",\n            \"john carlos\",\n            \"power games\",\n            \"tommie smith\",\n            \"jules boykoff\",\n            \"avery brundage\",\n            \"wilt chamberlain\",\n            \"u.s. olympic committee\",\n            \"olympic organizing committee\",\n            \"international olympic committee\",\n            \"united states olympic and paralympic committee\",\n            \"zeiger\",\n            \"ironman\",\n            \"plos one\",\n            \"sisu quiz\",\n            \"simone biles\",\n            \"carnegie hall\",\n            \"joanna zeiger\",\n            \"serena williams\",\n            \"carrie jackson cheadle\",\n            \"endurance coaching summit\",\n            \"liu\",\n            \"outside\",\n            \"andy blow\",\n            \"fitrwoman\",\n            \"aschwanden\",\n            \"gloria liu\",\n            \"good to go\",\n            \"stacy sims\",\n            \"louise burke\",\n            \"frank shorter\",\n            \"trainingpeaks\",\n            \"christie aschwanden\",\n            \"precision hydration\",\n            \"running with the buffaloes\",\n            \"australian institute of sport\",\n            \"yampa\",\n            \"otterbox\",\n            \"north face\",\n            \"indiana jones\",\n            \"base camp duffel\",\n            \"north face rolling thunder\",\n            \"ccc\",\n            \"mike\",\n            \"moca\",\n            \"wilco\",\n            \"greylock\",\n            \"dave cilley\",\n            \"bascom lodge\",\n            \"georgia gould\",\n            \"john stirratt\",\n            \"briarcliff motel\",\n            \"barrington brewery\",\n            \"burke mountain lodge\",\n            \"hill farmstead brewery\",\n            \"u.s. ski and snowboard team\",\n            \"massachusetts museum of contemporary art\",\n            \"les\",\n            \"@coachkai\",\n            \"berlin marathon\",\n            \"berlin marathon 2019\",\n            \"world major marathon\",\n            \"raven\",\n            \"robert “raven” kraft\",\n            \"biofreeze\",\n            \"biofreeze relief zone\",\n            \"new york city marathon\",\n            \"adidas\",\n            \"runtastic\",\n            \"gi\",\n            \"miriam rahav\",\n            \"rahav wellness\",\n            \"the runner’s secret weapon\",\n            \"nyc half 2019\",\n            \"nyc half marathon\",\n            \"hudl\",\n            \"gopro\",\n            \"iphone\",\n            \"slopro\",\n            \"hudl technique\",\n            \"mo farah\",\n            \"flex\",\n            \"james\",\n            \"kinetic revolution\",\n            \"andy\",\n            \"youtube\",\n            \"ian\",\n            \"cadence\",\n            \"galen rupp\",\n            \"ian griffiths\",\n            \"central nervous system\",\n            \"thomas test\",\n            \"boston marathon\",\n            \"holly\",\n            \"topo\",\n            \"fli-lyte 2\",\n            \"athletic fli-lyte 3 first look the topo athletic fli-lyte 3\",\n            \"merino\",\n            \"the adventure junkies\",\n            \"olukai\",\n            \"salomon\",\n            \"alapa li\",\n            \"olukai alapa li\",\n            \"techamphibian 4\",\n            \"north face litewave\",\n            \"icon\",\n            \"guess\",\n            \"levi’s\",\n            \"joey london\",\n            \"tommy hilfiger\",\n            \"ichoose\",\n            \"xl\",\n            \"oakley\",\n            \"holbrook\",\n            \"frogskins\",\n            \"holbrooks\",\n            \"sunglasses shop\",\n            \"alex\",\n            \"bose\",\n            \"reiss\",\n            \"wagamama\",\n            \"allsaints\",\n            \"carluccio\",\n            \"christmas\",\n            \"new years\",\n            \"mcarthurglen\",\n            \"ashford designer outlet\",\n            \"bridgend designer outlet\",\n            \"mcarthurglen cheshire oaks outlet\",\n            \"dollar shave club\",\n            \"cannes film festival\",\n            \"tu\",\n            \"canary wharf\",\n            \"seth harrington\",\n            \"tu formalwear & premium\",\n            \"montanus\",\n            \"corvid corax\",\n            \"corvid cycles\",\n            \"giorgio frattale\",\n            \"francesco d’alessio\",\n            \"tony westbury\",\n            \"mcculloch-graham\",\n            \"robert mcculloch-graham\",\n            \"galashiels resource center\",\n            \"edinburgh napier university\",\n            \"scottish borders health and social care partnership\",\n            \"zippo\",\n            \"osprey\",\n            \"stanley\",\n            \"cotopaxi\",\n            \"jansport\",\n            \"l.l. bean\",\n            \"swiss army\",\n            \"eddie bauer\",\n            \"tilley hats\",\n            \"victorinoix\",\n            \"outdoor research\",\n            \"duluth trading company\",\n            \"hot hands\",\n            \"ios\",\n            \"gaia\",\n            \"garmin\",\n            \"leafsnap\",\n            \"star map\",\n            \"sky guide\",\n            \"all trails\",\n            \"peakfinder\",\n            \"audubon field\",\n            \"audubon bird guide\",\n            \"mushroom guide app\",\n            \"michael lanza\",\n            \"the big outside\",\n            \"dyneema\",\n            \"gregory\",\n            \"hyperlite\",\n            \"backpacker\",\n            \"mountain gear 3400\",\n            \"icl\",\n            \"frank\",\n            \"justin\",\n            \"justin hayes\",\n            \"idaho conservation league\",\n            \"the wilderness act of 1964\",\n            \"mountain gear xl dcf11 roll\",\n            \"southwest\",\n            \"andrews bald\",\n            \"primal wild: backpacking 80 miles through the north cascades\",\n            \"the big outside thank you for providing a wonderful blog filled with amazing photos and inspiring trips\",\n            \"stephen herrero\",\n            \"bear attacks: their causes and avoidance\",\n            \"matt\",\n            \"matt taylor\",\n            \"trader joe\",\n            \"lundy canyon\",\n            \"rock creek lake\",\n            \"sierra designs\",\n            \"pokemon\",\n            \"verizon\",\n            \"pokemon go\",\n            \"tomtom\",\n            \"@tomtomusa\",\n            \"ondra\",\n            \"sharma\",\n            \"adam ondra\",\n            \"isis\",\n            \"s.d.f.\",\n            \"white house\",\n            \"islamic state\",\n            \"president trump\",\n            \"state department\",\n            \"syrian democratic forces\",\n            \"president recep tayyip erdogan\",\n            \"eu\",\n            \"thomas steg\",\n            \"handelsblatt\",\n            \"european union\",\n            \"matthias mueller\",\n            \"iran\",\n            \"zarrab\",\n            \"mukasey\",\n            \"giuliani\",\n            \"sessions\",\n            \"president\",\n            \"tillerson\",\n            \"john kelly\",\n            \"oval office\",\n            \"reza zarrab\",\n            \"jeff sessions\",\n            \"rex tillerson\",\n            \"rudy giuliani\",\n            \"andrew brunson\",\n            \"michael mukasey\",\n            \"justice department\",\n            \"ada\",\n            \"blanck\",\n            \"domino\",\n            \"robles\",\n            \"gizmodo\",\n            \"peter blanck\",\n            \"lennard davis\",\n            \"ninth circuit\",\n            \"supreme court\",\n            \"world wide web\",\n            \"domino’s pizza\"\n        ]\n    },\n    \"request_data\": {\n        \"username\": \"guest\",\n        \"API version\": \"0.1\",\n        \"status_code\": 0,\n        \"message\": \"Success\"\n    }\n}"}],"_postman_id":"4923d91b-dc06-4e40-91ea-afea8c4be975"},{"name":"retrieve_all_categories","id":"bf2b19b7-5d10-4bea-9449-9c9feccb661c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"pagenum","value":"1","type":"text","description":"<p>leave as default 1</p>\n"}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-all-categories/","description":"<p>Retrieve a list of supported categories.</p>\n","urlObject":{"path":["web-page-analysis","api","retrieve-all-categories",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[{"id":"b951d682-2dde-4e34-8079-bf510bddd9e4","name":"retrieve_all_categories__exampleCall","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"pagenum","value":"1","type":"text","description":"internal parameter; leave as default 1"}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-all-categories/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Nov 2019 06:53:25 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Length","value":"1845"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Vary","value":"Accept,Origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"application_data\": {\n        \"categories\": [\n            \"Automotive\",\n            \"Literature\",\n            \"Business\",\n            \"Careers\",\n            \"Events\",\n            \"Food\",\n            \"Medical health\",\n            \"Movies\",\n            \"Music\",\n            \"News\",\n            \"Finance\",\n            \"Science\",\n            \"Sports\",\n            \"Technology\",\n            \"Auto body styles\",\n            \"Auto type\",\n            \"Car culture\",\n            \"Dash cam videos\",\n            \"Motorcycles\",\n            \"Road-side assistance\",\n            \"Scooters\",\n            \"Auto buying and selling\",\n            \"Auto insurance\",\n            \"Auto parts\",\n            \"Auto recalls\",\n            \"Auto repair\",\n            \"Auto safety\",\n            \"Auto shows\",\n            \"Auto technology\",\n            \"Art and photography books\",\n            \"Biographies\",\n            \"Children's literature\",\n            \"Comics and graphic novels\",\n            \"Cookbooks\",\n            \"Fiction\",\n            \"Poetry\",\n            \"Travel books\",\n            \"Young adult literature\",\n            \"Business\",\n            \"Economy\",\n            \"Industries\",\n            \"Alcoholic beverages\",\n            \"Vegan diets\",\n            \"Vegetarian diets\",\n            \"World cuisines\",\n            \"Barbecues and grilling\",\n            \"Cooking\",\n            \"Desserts and baking\",\n            \"Dining out\",\n            \"Food allergies\",\n            \"Food movements\",\n            \"Healthy cooking and eating\",\n            \"Non-alcoholic beverages\",\n            \"Crime\",\n            \"Disasters\",\n            \"International news\",\n            \"Law\",\n            \"Local news\",\n            \"National news\",\n            \"Politics\",\n            \"American football\",\n            \"Boxing\",\n            \"Cheerleading\",\n            \"College sports\",\n            \"Cricket\",\n            \"Cycling\",\n            \"Darts\",\n            \"Disabled sports\",\n            \"Diving\",\n            \"Equine sports\",\n            \"Extreme sports\",\n            \"Australian rules football\",\n            \"Fantasy sports\",\n            \"Field hockey\",\n            \"Figure skating\",\n            \"Fishing sports\",\n            \"Golf\",\n            \"Gymnastics\",\n            \"Hunting and shooting\",\n            \"Ice hockey\",\n            \"Inline skating\",\n            \"Lacrosse\",\n            \"Auto racing\",\n            \"Martial arts\",\n            \"Olympic sports\",\n            \"Poker and professional gambling\",\n            \"Rodeo\",\n            \"Rowing\",\n            \"Rugby\",\n            \"Sailing\",\n            \"Skiing\",\n            \"Snooker/pool/billiards\",\n            \"Soccer\",\n            \"Badminton\",\n            \"Softball\",\n            \"Squash\",\n            \"Swimming\",\n            \"Table tennis\",\n            \"Tennis\",\n            \"Track and field\",\n            \"Volleyball\",\n            \"Walking\",\n            \"Water polo\",\n            \"Weightlifting\",\n            \"Baseball\",\n            \"Wrestling\",\n            \"Basketball\",\n            \"Beach volleyball\",\n            \"Bodybuilding\",\n            \"Bowling\",\n            \"Artificial intelligence\",\n            \"Augmented reality\",\n            \"Computing\",\n            \"Consumer electronics\",\n            \"Robotics\",\n            \"Virtual reality\"\n        ]\n    },\n    \"request_data\": {\n        \"username\": \"guest\",\n        \"API version\": \"0.1\",\n        \"status_code\": 0,\n        \"message\": \"Success\"\n    }\n}"}],"_postman_id":"bf2b19b7-5d10-4bea-9449-9c9feccb661c"},{"name":"retrieve_all_brandsafetyfactors","id":"1ac87cbc-9b35-4a8d-929b-e81de4958f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"pagenum","value":"1","type":"text","description":"<p>leave as default 1</p>\n"}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-all-brandsafetyfactors/","description":"<p>Retrieve a list of supported brand safety factors.</p>\n","urlObject":{"path":["web-page-analysis","api","retrieve-all-brandsafetyfactors",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[{"id":"fc6bd981-e730-4c1e-9445-503bfabbc086","name":"retrieve_all_brandsafetyfactors__exampleCall","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"pagenum","value":"1","type":"text","description":"leave as default 1"}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-all-brandsafetyfactors/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Nov 2019 06:54:03 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Length","value":"303"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Allow","value":"OPTIONS, POST"},{"key":"Vary","value":"Accept,Origin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"application_data\": {\n        \"categories\": [\n            \"Tobacco\",\n            \"Alcohol\",\n            \"Negative_News\",\n            \"Gambling\",\n            \"Crime\",\n            \"Illegal_Drugs\",\n            \"Weapons\",\n            \"Offensive\",\n            \"Accidents\",\n            \"Death_Injury\",\n            \"Terrorism\",\n            \"Crime_and_Violence\",\n            \"Adult_Content_NSFW\"\n        ]\n    },\n    \"request_data\": {\n        \"API version\": \"0.1\",\n        \"message\": \"Success\",\n        \"status_code\": 0,\n        \"username\": \"guest\"\n    }\n}"}],"_postman_id":"1ac87cbc-9b35-4a8d-929b-e81de4958f60"},{"name":"export_data","id":"cc1d2bc0-a584-4e70-a369-6583c1841fa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>The keywords to be included in the report</p>\n","key":"keywords","type":"text","value":""},{"description":"<p>The categories to be included in the report</p>\n","key":"categories","type":"text","value":""},{"description":"<p>Brand safety factors required to be flagged as safe </p>\n","key":"brand_safety_parameters","type":"text","value":""},{"description":"<p>Set to 1 if the report is to include webpages; if 1 the remaining bool values should be 0</p>\n","key":"query_webpage_bool","type":"text","value":"1"},{"description":"<p>Set to 1 if the report is to include domains;  if 1 the remaining bool values should be 0</p>\n","key":"query_domain_bool","type":"text","value":"0"},{"description":"<p>Set to 1 if the report is to include youtube video info;  if 1 the remaining bool values should be 0</p>\n","key":"query_youtube_bool","type":"text","value":"0"},{"description":"<p>Set to 1 if the report is to include apps;  if 1 the remaining bool values should be 0</p>\n","key":"query_app_bool","type":"text","value":"0"},{"description":"<p>set to csv if needed in csv format or xlsx if needed in excel format</p>\n","key":"filetype","type":"text","value":"xlsx"},{"key":"export_type","type":"text","value":"topinfo","description":"<p>default value is 'table' in order to export only data from the table view; set to 'topinfo' if all top keywords, categories are required</p>\n"}]},"url":"{{adskate_url}}/web-page-analysis/api/export-data/","description":"<p>Export data to an excel sheet or to csv files; This call should be preceded by one of the following -- <code>retrieve_webpage_info</code>, <code>retrieve_domain_info</code>, <code>retrieve_youtube_info</code>, <code>retrieve_app_info</code> or <code>retrieve_builddata_info</code>. Depending on which of these are called, the <code>process</code> parameter for this request should be set as <code>analysis</code> or <code>build</code>.</p>\n","urlObject":{"path":["web-page-analysis","api","export-data",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[{"id":"0b37d9cb-c79e-49bb-b9dd-a6a2c4f3107c","name":"export_data_topinfo","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"description":"The keywords to be included in the report","key":"keywords","type":"text","value":""},{"description":"The categories to be included in the report","key":"categories","type":"text","value":""},{"description":"Brand safety factors required to be flagged as safe ","key":"brand_safety_parameters","type":"text","value":""},{"description":"Set to 1 if the report is to include webpages; if 1 the remaining bool values should be 0","key":"query_webpage_bool","type":"text","value":"1"},{"description":"Set to 1 if the report is to include domains;  if 1 the remaining bool values should be 0","key":"query_domain_bool","type":"text","value":"0"},{"description":"Set to 1 if the report is to include youtube video info;  if 1 the remaining bool values should be 0","key":"query_youtube_bool","type":"text","value":"0"},{"description":"Set to 1 if the report is to include apps;  if 1 the remaining bool values should be 0","key":"query_app_bool","type":"text","value":"0"},{"description":"set to csv if needed in csv format or xlsx if needed in excel format","key":"filetype","type":"text","value":"xlsx"},{"key":"export_type","type":"text","value":"topinfo","description":"default value is 'table' in order to export only data from the table view; set to 'topinfo' if all top keywords, categories are required"}]},"url":"{{adskate_url}}/web-page-analysis/api/export-data/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cc1d2bc0-a584-4e70-a369-6583c1841fa4"},{"name":"create_campaign","id":"d401936e-8339-434b-b3bf-d0983dad4860","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Name for the campaign. If campaign already exists, it will not create a new one</p>\n","key":"campaignname","type":"text","value":"Example_campaign"}]},"url":"{{adskate_url}}/web-page-analysis/api/create-campaign/","description":"<p>Create a new campaign entry to store webpages, domains, youtube videos and apps that are relevant to a campaign</p>\n","urlObject":{"path":["web-page-analysis","api","create-campaign",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[{"id":"dd417f83-038f-4dee-b7b7-a18ec66bd566","name":"create_campaign__example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"description":"Name for the campaign. If campaign already exists, it will not create a new one","key":"campaignname","type":"text","value":"Example_campaign"}]},"url":"{{adskate_url}}/web-page-analysis/api/create-campaign/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Nov 2019 16:25:41 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Length","value":"314"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Allow","value":"OPTIONS, POST"},{"key":"Vary","value":"Accept,Origin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"application_data\": {\n        \"response\": {\n            \"date_modified\": \"2019-11-06 16:25:41\",\n            \"modified_by_userid\": \"2\",\n            \"updateaction\": \"\",\n            \"description\": \"None\",\n            \"id\": 111,\n            \"web_media\": {},\n            \"campaignname\": \"Example_campaign\",\n            \"modified_by_user\": \"guest\"\n        }\n    },\n    \"request_data\": {\n        \"API version\": \"0.1\",\n        \"message\": \"Success\",\n        \"status_code\": 0,\n        \"username\": \"guest\"\n    }\n}"}],"_postman_id":"d401936e-8339-434b-b3bf-d0983dad4860"},{"name":"save_to_campaign","id":"1c9ca705-02d5-4a46-8fe3-133188be325c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"webpages","value":"https://www.metaltoad.com/blog/hosting-django-sites-apache,https://9gag.com","description":"<p>Webpages to be saved to campaign</p>\n","type":"text"},{"key":"domains","value":"nytimes","description":"<p>Domains to be saved to campaign</p>\n","type":"text"},{"key":"youtube","value":"https://youtube.com/watch?v=dnSZlkbXSJU","description":"<p>Youtube URLs to be saved to campaign</p>\n","type":"text"},{"key":"apps","value":"https://play.google.com/store/apps/details?id=com.activision.callofduty.shooter&hl=en_US","description":"<p>App IDs to be saved to campaign</p>\n","type":"text"},{"key":"campaignid","value":"111","description":"<p>Campaign id to be saved under; this id is returned in the response when you create a campaign</p>\n","type":"text"},{"key":"updateaction","value":"add","description":"<p>Can take values 'add' or 'remove' or 'overwrite'.</p>\n","type":"text"}]},"url":"{{adskate_url}}/web-page-analysis/api/save-to-campaign/","description":"<p>Save resources to an already created campaign. This call should be preceded by a <code>create campaign</code> call.</p>\n","urlObject":{"path":["web-page-analysis","api","save-to-campaign",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c9ca705-02d5-4a46-8fe3-133188be325c"},{"name":"save_to_campaign_build","id":"8ac7d065-0652-4368-9417-d2be8b35285c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"webpages","value":"https://www.metaltoad.com/blog/hosting-django-sites-apache","description":"<p>Webpages to be saved to campaign</p>\n","type":"text"},{"key":"domains","value":"cnn","description":"<p>Domains to be saved to campaign</p>\n","type":"text"},{"key":"youtube","value":"https://www.youtube.com/watch?v=AQ9_tuTxEqU","description":"<p>Youtube URLs to be saved to campaign</p>\n","type":"text"},{"key":"apps","value":"com.nintendo.zama","description":"<p>App IDs to be saved to campaign</p>\n","type":"text"},{"key":"campaignid","value":"47","description":"<p>Campaign id to be used</p>\n","type":"text"},{"key":"updateaction","value":"add","description":"<p>Can take values 'add' or 'remove' or 'overwrite'. </p>\n","type":"text"}]},"url":"{{adskate_url}}/web-page-analysis/api/save-to-campaign-build/","description":"<p><em>Will be deprecated in the next release</em>; Usage is similar to <code>save_to_campaign</code> except that this endpoint is used if the original data was the result of a <code>retrieve_builddata-info</code> call</p>\n","urlObject":{"path":["web-page-analysis","api","save-to-campaign-build",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ac7d065-0652-4368-9417-d2be8b35285c"},{"name":"delete_campaign","id":"c8b00a4d-9950-443f-a7a6-8503ca39b48b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"campaignid","value":"27","description":"<p>campaignid to delete</p>\n","type":"text"}]},"url":"{{adskate_url}}/web-page-analysis/api/delete-campaign/","description":"<p>Delete a previously created campaign</p>\n","urlObject":{"path":["web-page-analysis","api","delete-campaign",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[{"id":"59538513-86c7-46e2-b8f2-b32af4d72bad","name":"delete_campaign__example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"campaignid","value":"111","description":"campaignid to delete","type":"text"}]},"url":"{{adskate_url}}/web-page-analysis/api/delete-campaign/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Nov 2019 16:37:53 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Length","value":"195"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Allow","value":"OPTIONS, POST"},{"key":"Vary","value":"Accept,Origin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"application_data\": {\n        \"response\": {\n            \"campaignid\": \"111\",\n            \"username\": \"guest\",\n            \"number_of_records_deleted\": 1\n        }\n    },\n    \"request_data\": {\n        \"API version\": \"0.1\",\n        \"message\": \"Success\",\n        \"status_code\": 0,\n        \"username\": \"guest\"\n    }\n}"}],"_postman_id":"c8b00a4d-9950-443f-a7a6-8503ca39b48b"},{"name":"list_all_campaigns","id":"0b699b2e-b06f-4a50-a3ae-cb0e1b32d355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{adskate_url}}/web-page-analysis/api/list-all-campaigns/","description":"<p>List all campaigns created by the user</p>\n","urlObject":{"path":["web-page-analysis","api","list-all-campaigns",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[{"id":"2036b1fe-74b6-4d6b-b263-68998813a4c3","name":"list all campaigns__example","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{adskate_url}}/web-page-analysis/api/list-all-campaigns/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Nov 2019 16:41:10 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Length","value":"2885"},{"key":"Allow","value":"OPTIONS, GET"},{"key":"Vary","value":"Accept,Origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"application_data\": {\n        \"response\": {\n            \"body\": [\n                {\n                    \"domain\": 2,\n                    \"name\": \"testcampaign5\",\n                    \"app\": 2,\n                    \"date_created\": \"2019-10-18T04:53:09\",\n                    \"youtube\": 2,\n                    \"id\": 12,\n                    \"webpage\": 1\n                },\n                {\n                    \"domain\": 2,\n                    \"name\": \"testcampaign6\",\n                    \"app\": 2,\n                    \"date_created\": \"2019-10-18T04:53:18\",\n                    \"youtube\": 2,\n                    \"id\": 13,\n                    \"webpage\": 1\n                },\n                {\n                    \"domain\": 2,\n                    \"name\": \"testcampaign7\",\n                    \"app\": 2,\n                    \"date_created\": \"2019-10-18T04:53:30\",\n                    \"youtube\": 2,\n                    \"id\": 14,\n                    \"webpage\": 1\n                }\n            ]\n        }\n    },\n    \"request_data\": {\n        \"username\": \"guest\",\n        \"API version\": \"0.1\",\n        \"status_code\": 0,\n        \"message\": \"Success\"\n    }\n}"},{"id":"dc2878d7-0e68-486a-ab2c-90a137c4ed2a","name":"retrieve-buildddata-info","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token 1869be29a63ccd3323a7bea9918e9247a3bb6474"}],"body":{"mode":"formdata","formdata":[{"key":"keywords","value":"sports, york, accidents","type":"text"},{"key":"categories","value":"Automotive","type":"text"},{"key":"brand_safety_parameters","value":"Crime, Accidents, negative news","type":"text"},{"key":"youtube_minlikes","value":"50","type":"text"},{"key":"youtube_maxdislikes","value":"5","type":"text"},{"key":"youtube_minviews","value":"10","type":"text"},{"key":"youtube_maxviews","value":"","type":"text","disabled":true},{"key":"query_webpage_bool","value":"1","type":"text"},{"key":"query_domain_bool","value":"0","type":"text"},{"key":"query_youtube_bool","value":"1","type":"text"},{"key":"query_app_bool","value":"0","type":"text"}]},"url":"ec2-52-24-64-97.us-west-2.compute.amazonaws.com/web-page-analysis/api/retrieve-builddata-info/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 Aug 2019 04:25:38 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Length","value":"85660"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Vary","value":"Accept,Origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"application_data\": {\n        \"build_query_parameters\": {\n            \"query_domain_bool\": \"0\",\n            \"keywords\": [\n                \"sports\",\n                \"york\",\n                \"accidents\"\n            ],\n            \"query_app_bool\": \"0\",\n            \"query_youtube_bool\": \"1\",\n            \"tier2categories\": [\n                \"Automotive\"\n            ],\n            \"youtube_minviews\": \"10\",\n            \"brand_safety\": [\n                \"Crime\",\n                \"Accidents\",\n                \"negative news\",\n                \"Crime\",\n                \"AdSkate_Crime\",\n                \"Accidents\",\n                \"AdSkate_Accidents\",\n                \"Negative_News\",\n                \"AdSkate_Negative_News\"\n            ],\n            \"youtube_maxviews\": null,\n            \"tier1categories\": [\n                \"Automotive\"\n            ],\n            \"query_webpage_bool\": \"1\",\n            \"youtube_numlikes\": null,\n            \"youtube_numdislikes\": null\n        },\n        \"request_type\": \"build\",\n        \"response\": {\n            \"body\": [\n                [\n                    {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 99.8625580734524,\n                                \"item\": \"travel\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"olympic sports\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"travel locations\"\n                            },\n                            {\n                                \"score\": 99.99999847700204,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 97.30996874415251,\n                                \"item\": \"travel type\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"rugby\"\n                            },\n                            {\n                                \"score\": 99.75273768433654,\n                                \"item\": \"american football\"\n                            }\n                        ],\n                        \"resource_type\": \"webpage\",\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"york\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"season\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"times\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"grand\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"title\"\n                            },\n                            {\n                                \"score\": 58.83486248147178,\n                                \"item\": \"years\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"formula\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"fifth\"\n                            },\n                            {\n                                \"score\": 58.83486248147178,\n                                \"item\": \"year\"\n                            },\n                            {\n                                \"score\": 58.83486248147178,\n                                \"item\": \"vettel\"\n                            },\n                            {\n                                \"score\": 58.83486248147178,\n                                \"item\": \"verstappen\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"prix\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mexican\"\n                            },\n                            {\n                                \"score\": 58.83486248147178,\n                                \"item\": \"victory\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"hamilton\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"fourth\"\n                            }\n                        ],\n                        \"resource\": \"www.nytimes.com/2018/10/28/sports/f1-mexican-grand-prix-lewis-hamiton.html?rref=collection%2Ftimestopic%2FAutomobiles&action=click&contentCollection=timestopics&region=stream&module=stream_unit&version=latest&contentPlacement=3&pgtype=collection\",\n                        \"statistics\": {}\n                    },\n                    {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 99.98766054240136,\n                                \"item\": \"industries\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"secondary education\"\n                            },\n                            {\n                                \"score\": 85.57086308809495,\n                                \"item\": \"events and attractions\"\n                            },\n                            {\n                                \"score\": 88.69732756559063,\n                                \"item\": \"careers\"\n                            },\n                            {\n                                \"score\": 85.57086308809495,\n                                \"item\": \"family and relationships\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"financial planning\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"consumer banking\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"auto parts\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"personal celebrations & life events\"\n                            },\n                            {\n                                \"score\": 85.57086308809495,\n                                \"item\": \"parenting\"\n                            },\n                            {\n                                \"score\": 99.85863852157796,\n                                \"item\": \"economy\"\n                            },\n                            {\n                                \"score\": 99.99979960355832,\n                                \"item\": \"business and finance\"\n                            },\n                            {\n                                \"score\": 85.57086308809495,\n                                \"item\": \"real estate\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"job search\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"financial assistance\"\n                            },\n                            {\n                                \"score\": 97.23527010447393,\n                                \"item\": \"travel type\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"retail property\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"finance\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"primary education\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"technology & computing\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"consumer electronics\"\n                            },\n                            {\n                                \"score\": 99.85863852157796,\n                                \"item\": \"travel\"\n                            },\n                            {\n                                \"score\": 85.57086308809495,\n                                \"item\": \"personal finance\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"auto repair\"\n                            },\n                            {\n                                \"score\": 99.98766054240136,\n                                \"item\": \"business\"\n                            },\n                            {\n                                \"score\": 88.69732756559063,\n                                \"item\": \"education\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"industrial property\"\n                            },\n                            {\n                                \"score\": 85.57086308809495,\n                                \"item\": \"personal investing\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"travel locations\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"american football\"\n                            },\n                            {\n                                \"score\": 97.23527010447393,\n                                \"item\": \"automotive\"\n                            }\n                        ],\n                        \"resource_type\": \"webpage\",\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"york\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"acquisition\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"times\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"parts\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"gloomy\"\n                            },\n                            {\n                                \"score\": 56.019056357340446,\n                                \"item\": \"worries\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"sector\"\n                            },\n                            {\n                                \"score\": 56.019056357340446,\n                                \"item\": \"whatsoever\"\n                            },\n                            {\n                                \"score\": 56.019056357340446,\n                                \"item\": \"years\"\n                            },\n                            {\n                                \"score\": 56.019056357340446,\n                                \"item\": \"year\"\n                            },\n                            {\n                                \"score\": 56.019056357340446,\n                                \"item\": \"worthless\"\n                            },\n                            {\n                                \"score\": 56.019056357340446,\n                                \"item\": \"worse\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"glimmer\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"hope\"\n                            },\n                            {\n                                \"score\": 56.019056357340446,\n                                \"item\": \"worth\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"billion\"\n                            }\n                        ],\n                        \"resource\": \"www.nytimes.com/2018/10/22/business/dealbook/kkr-magneti-marelli.html?rref=collection%2Ftimestopic%2FAutomobiles&action=click&contentCollection=timestopics&region=stream&module=stream_unit&version=latest&contentPlacement=7&pgtype=collection\",\n                        \"statistics\": {}\n                    },\n                    {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 85.25258302791023,\n                                \"item\": \"literature\"\n                            },\n                            {\n                                \"score\": 97.09456121104984,\n                                \"item\": \"auto type\"\n                            },\n                            {\n                                \"score\": 85.25258302791023,\n                                \"item\": \"healthy living\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"olympic sports\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"fitness and exercise\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"spirituality\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"religious music\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"american football\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"world cuisines\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"country music\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"equine sports\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"sporting events\"\n                            },\n                            {\n                                \"score\": 98.2332479534311,\n                                \"item\": \"business and finance\"\n                            },\n                            {\n                                \"score\": 88.17493112872027,\n                                \"item\": \"books and literature\"\n                            },\n                            {\n                                \"score\": 88.17493112872027,\n                                \"item\": \"children's literature\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"extreme sports\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"video game genres\"\n                            },\n                            {\n                                \"score\": 85.25258302791023,\n                                \"item\": \"urban adult contemporary music\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"environment\"\n                            },\n                            {\n                                \"score\": 85.25258302791023,\n                                \"item\": \"young adult literature\"\n                            },\n                            {\n                                \"score\": 97.09456121104984,\n                                \"item\": \"travel type\"\n                            },\n                            {\n                                \"score\": 85.25258302791023,\n                                \"item\": \"industries\"\n                            },\n                            {\n                                \"score\": 99.91053669345035,\n                                \"item\": \"automotive\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"fishing sports\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"religion & spirituality\"\n                            },\n                            {\n                                \"score\": 99.85123976948827,\n                                \"item\": \"travel\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"urban contemporary music\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"science\"\n                            },\n                            {\n                                \"score\": 99.75273768433654,\n                                \"item\": \"politics\"\n                            },\n                            {\n                                \"score\": 85.25258302791023,\n                                \"item\": \"music and audio\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"auto racing\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"fantasy sports\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"religious events\"\n                            },\n                            {\n                                \"score\": 96.28362835015186,\n                                \"item\": \"events and attractions\"\n                            },\n                            {\n                                \"score\": 85.25258302791023,\n                                \"item\": \"arts and crafts\"\n                            },\n                            {\n                                \"score\": 88.17493112872027,\n                                \"item\": \"early childhood education\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"society & culture podcasts\"\n                            },\n                            {\n                                \"score\": 97.09456121104984,\n                                \"item\": \"business\"\n                            },\n                            {\n                                \"score\": 92.54080286093428,\n                                \"item\": \"education\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"food & drink\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"modern art\"\n                            },\n                            {\n                                \"score\": 85.25258302791023,\n                                \"item\": \"adult contemporary music\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"religion & spirituality podcasts\"\n                            },\n                            {\n                                \"score\": 85.25258302791023,\n                                \"item\": \"language learning\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"travel locations\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"car culture\"\n                            },\n                            {\n                                \"score\": 98.90130573694069,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 85.25258302791023,\n                                \"item\": \"fine art\"\n                            },\n                            {\n                                \"score\": 85.25258302791023,\n                                \"item\": \"hobbies & interests\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"motorcycles\"\n                            },\n                            {\n                                \"score\": 85.25258302791023,\n                                \"item\": \"pop culture\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"video gaming\"\n                            }\n                        ],\n                        \"resource_type\": \"webpage\",\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"york\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"writing\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"young\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"times\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"racing\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"wraparound\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"years\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"year\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"culture\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"worse\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"wars\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"yellow\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"xfinity\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"worth\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"worst\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"yards\"\n                            }\n                        ],\n                        \"resource\": \"www.nytimes.com/2018/10/18/magazine/dirt-track-racing-nascar-tony-stewart.html?rref=collection%2Ftimestopic%2FAutomobiles&action=click&contentCollection=timestopics&region=stream&module=stream_unit&version=latest&contentPlacement=3&pgtype=collection\",\n                        \"statistics\": {}\n                    },\n                    {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 97.1811161153162,\n                                \"item\": \"industries\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"auto buying and selling\"\n                            },\n                            {\n                                \"score\": 99.855793404073,\n                                \"item\": \"travel\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"financial planning\"\n                            },\n                            {\n                                \"score\": 96.3389323145335,\n                                \"item\": \"business\"\n                            },\n                            {\n                                \"score\": 88.49572349903647,\n                                \"item\": \"personal finance\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"american football\"\n                            },\n                            {\n                                \"score\": 85.44723071552352,\n                                \"item\": \"financial assistance\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"personal taxes\"\n                            },\n                            {\n                                \"score\": 96.3389323145335,\n                                \"item\": \"economy\"\n                            },\n                            {\n                                \"score\": 97.1811161153162,\n                                \"item\": \"business and finance\"\n                            },\n                            {\n                                \"score\": 85.44723071552352,\n                                \"item\": \"real estate\"\n                            },\n                            {\n                                \"score\": 85.44723071552352,\n                                \"item\": \"real estate buying and selling\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"consumer banking\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"personal debt\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"personal investing\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"travel locations\"\n                            },\n                            {\n                                \"score\": 98.33813394514016,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 97.1811161153162,\n                                \"item\": \"travel type\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"retail property\"\n                            },\n                            {\n                                \"score\": 88.49572349903647,\n                                \"item\": \"automotive\"\n                            }\n                        ],\n                        \"resource_type\": \"webpage\",\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"york\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"vehicles\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"woods\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"times\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"rare\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"quarterly\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"windows\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"version\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"years\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"whiston\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"year\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"profit\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"biggest\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"tesla\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"wednesday\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"willing\"\n                            }\n                        ],\n                        \"resource\": \"www.nytimes.com/2018/10/24/business/tesla-third-quarter-earnings.html?rref=collection%2Fsectioncollection%2Fautomobiles&action=click&contentCollection=automobiles&region=rank&module=package&version=highlights&contentPlacement=1&pgtype=sectionfront\",\n                        \"statistics\": {}\n                    },\n                    {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 1.3509316770186337,\n                                \"item\": \"literature\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"kids & family podcasts\"\n                            },\n                            {\n                                \"score\": 1.3509316770186337,\n                                \"item\": \"technology\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"adult contemporary music\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"olympic sports\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"sports & recreation podcasts\"\n                            },\n                            {\n                                \"score\": 3.208074534161491,\n                                \"item\": \"job search\"\n                            },\n                            {\n                                \"score\": 2.6149068322981366,\n                                \"item\": \"fine art photography\"\n                            },\n                            {\n                                \"score\": 1.3509316770186337,\n                                \"item\": \"women's health\"\n                            },\n                            {\n                                \"score\": 1.3509316770186337,\n                                \"item\": \"children's health\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"college radio\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"law\"\n                            },\n                            {\n                                \"score\": 1.6583850931677022,\n                                \"item\": \"insurance\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"international music\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"bars & restaurants\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"real estate\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"marriage and civil unions\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"cinemas and events\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"games and puzzles\"\n                            },\n                            {\n                                \"score\": 1.6583850931677022,\n                                \"item\": \"children's music\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"consumer banking\"\n                            },\n                            {\n                                \"score\": 2.5931677018633543,\n                                \"item\": \"auto body styles\"\n                            },\n                            {\n                                \"score\": 1.6583850931677022,\n                                \"item\": \"finance\"\n                            },\n                            {\n                                \"score\": 1.680124223602485,\n                                \"item\": \"events\"\n                            },\n                            {\n                                \"score\": 0.3291925465838509,\n                                \"item\": \"homework and study\"\n                            },\n                            {\n                                \"score\": 1.6583850931677022,\n                                \"item\": \"food\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"business news radio\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"national & civic holidays\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"street style\"\n                            },\n                            {\n                                \"score\": 3.4472049689441,\n                                \"item\": \"hobbies\"\n                            },\n                            {\n                                \"score\": 0.043478260869565216,\n                                \"item\": \"society & culture podcasts\"\n                            },\n                            {\n                                \"score\": 1.6149068322981368,\n                                \"item\": \"special interest tv\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"space and astronomy\"\n                            },\n                            {\n                                \"score\": 1.3509316770186337,\n                                \"item\": \"men's health\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"car culture\"\n                            },\n                            {\n                                \"score\": 1.6583850931677022,\n                                \"item\": \"medical health\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"land and farms\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"children's clothing\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"pop culture\"\n                            },\n                            {\n                                \"score\": 1.3509316770186337,\n                                \"item\": \"national news\"\n                            },\n                            {\n                                \"score\": 1.6583850931677022,\n                                \"item\": \"healthy living\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"sports play-by-play\"\n                            },\n                            {\n                                \"score\": 1.3944099378881991,\n                                \"item\": \"news\"\n                            },\n                            {\n                                \"score\": 2.745341614906833,\n                                \"item\": \"special education\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"financial planning\"\n                            },\n                            {\n                                \"score\": 1.6366459627329195,\n                                \"item\": \"single life\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"historic site and landmark tours\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"beauty\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"museums & galleries\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"dining out\"\n                            },\n                            {\n                                \"score\": 1.7018633540372676,\n                                \"item\": \"music\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"shopping\"\n                            },\n                            {\n                                \"score\": 1.593167701863354,\n                                \"item\": \"personal care\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"collecting\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"online education\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"poker and professional gambling\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"theater venues and events\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"auto buying and selling\"\n                            },\n                            {\n                                \"score\": 2.6366459627329197,\n                                \"item\": \"women's fashion\"\n                            },\n                            {\n                                \"score\": 1.3726708074534164,\n                                \"item\": \"automotive\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"home improvement\"\n                            },\n                            {\n                                \"score\": 1.593167701863354,\n                                \"item\": \"college education\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"virtual reality\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"content production\"\n                            },\n                            {\n                                \"score\": 1.3509316770186337,\n                                \"item\": \"art and photography books\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"celebrity families\"\n                            },\n                            {\n                                \"score\": 1.6149068322981368,\n                                \"item\": \"special interest movies\"\n                            },\n                            {\n                                \"score\": 1.6149068322981368,\n                                \"item\": \"arts and crafts\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"urban adult contemporary music\"\n                            },\n                            {\n                                \"score\": 1.680124223602485,\n                                \"item\": \"fashion\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"sports talk radio\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"hotel properties\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"fashion events\"\n                            },\n                            {\n                                \"score\": 2.571428571428571,\n                                \"item\": \"auto technology\"\n                            },\n                            {\n                                \"score\": 1.6366459627329195,\n                                \"item\": \"american football\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"amusement and theme parks\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"auto type\"\n                            },\n                            {\n                                \"score\": 1.7018633540372676,\n                                \"item\": \"industries\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"college sports\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"australian rules football\"\n                            },\n                            {\n                                \"score\": 3.888198757763975,\n                                \"item\": \"parenting\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"party supplies and decorations\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"home security\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"high fashion\"\n                            },\n                            {\n                                \"score\": 1.3509316770186337,\n                                \"item\": \"children's literature\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"home&garden\"\n                            },\n                            {\n                                \"score\": 0.043478260869565216,\n                                \"item\": \"personal debt\"\n                            },\n                            {\n                                \"score\": 7.118012422360249,\n                                \"item\": \"travel type\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"real estate renting and leasing\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"primary education\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"personal taxes\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"smart home\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"body art\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"rock music\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"international news\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"road-side assistance\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"computing\"\n                            },\n                            {\n                                \"score\": 1.3944099378881991,\n                                \"item\": \"business\"\n                            },\n                            {\n                                \"score\": 1.6149068322981368,\n                                \"item\": \"family and children movies\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"local news\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"auto shows\"\n                            },\n                            {\n                                \"score\": 3.403726708074535,\n                                \"item\": \"education\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"magic and illusion\"\n                            },\n                            {\n                                \"score\": 1.6149068322981368,\n                                \"item\": \"action and adventure movies\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"modern art\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"children's tv\"\n                            },\n                            {\n                                \"score\": 1.6583850931677022,\n                                \"item\": \"television\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"crime and mystery movies\"\n                            },\n                            {\n                                \"score\": 1.6149068322981368,\n                                \"item\": \"careers\"\n                            },\n                            {\n                                \"score\": 7.2484472049689455,\n                                \"item\": \"family and relationships\"\n                            },\n                            {\n                                \"score\": 0.3074534161490683,\n                                \"item\": \"fitness and exercise\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"rugby\"\n                            },\n                            {\n                                \"score\": 1.6366459627329195,\n                                \"item\": \"personal celebrations & life events\"\n                            },\n                            {\n                                \"score\": 1.6366459627329195,\n                                \"item\": \"movies\"\n                            },\n                            {\n                                \"score\": 1.3509316770186337,\n                                \"item\": \"country music\"\n                            },\n                            {\n                                \"score\": 0.043478260869565216,\n                                \"item\": \"world cuisines\"\n                            },\n                            {\n                                \"score\": 0.3074534161490683,\n                                \"item\": \"political event\"\n                            },\n                            {\n                                \"score\": 2.6149068322981366,\n                                \"item\": \"men's fashion\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"public radio\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"travel books\"\n                            },\n                            {\n                                \"score\": 0.13043478260869565,\n                                \"item\": \"workshops and classes\"\n                            },\n                            {\n                                \"score\": 1.6366459627329195,\n                                \"item\": \"video game genres\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"financial assistance\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"urban contemporary music\"\n                            },\n                            {\n                                \"score\": 1.6583850931677022,\n                                \"item\": \"economy\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"fantasy sports\"\n                            },\n                            {\n                                \"score\": 0.3291925465838509,\n                                \"item\": \"healthy cooking and eating\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"consumer electronics\"\n                            },\n                            {\n                                \"score\": 5.2484472049689455,\n                                \"item\": \"travel\"\n                            },\n                            {\n                                \"score\": 2.7018633540372674,\n                                \"item\": \"private school\"\n                            },\n                            {\n                                \"score\": 1.593167701863354,\n                                \"item\": \"career planning\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"science\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"politics\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"holiday tv\"\n                            },\n                            {\n                                \"score\": 1.593167701863354,\n                                \"item\": \"early childhood education\"\n                            },\n                            {\n                                \"score\": 1.680124223602485,\n                                \"item\": \"diseases and conditions\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"concerts & music events\"\n                            },\n                            {\n                                \"score\": 1.6366459627329195,\n                                \"item\": \"track and field\"\n                            },\n                            {\n                                \"score\": 0.3074534161490683,\n                                \"item\": \"retirement planning\"\n                            },\n                            {\n                                \"score\": 1.6149068322981368,\n                                \"item\": \"travel preparation\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"real estate buying and selling\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"talk radio\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"parks & nature\"\n                            },\n                            {\n                                \"score\": 0.043478260869565216,\n                                \"item\": \"personal investing\"\n                            },\n                            {\n                                \"score\": 2.9875776397515534,\n                                \"item\": \"travel locations\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"malls & shopping centers\"\n                            },\n                            {\n                                \"score\": 2.009316770186336,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 2.6366459627329197,\n                                \"item\": \"fine art\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"religious events\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"food movements\"\n                            },\n                            {\n                                \"score\": 1.6366459627329195,\n                                \"item\": \"video gaming\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"dance and electronic music\"\n                            }\n                        ],\n                        \"resource_type\": \"webpage\",\n                        \"keywords\": [\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"york\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"treasure\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"time\"\n                            },\n                            {\n                                \"score\": 0.043478260869565216,\n                                \"item\": \"reais\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"version\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"world-class restaurants\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"the conversion\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"world\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"this article\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"’s treasures\"\n                            },\n                            {\n                                \"score\": 0.043478260869565216,\n                                \"item\": \"36 hours\"\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"the new york times\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"united\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"united states dollars\"\n                            },\n                            {\n                                \"score\": 0.043478260869565216,\n                                \"item\": \"class\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"the surface\"\n                            }\n                        ],\n                        \"resource\": \"www.nytimes.com/2018/03/01/travel/36-hours-in-sao-paulo.html?rref=collection%2Fsectioncollection%2Ftravel&action=click&contentCollection=travel&region=rank&module=package&version=highlights&contentPlacement=10&pgtype=sectionfront\",\n                        \"statistics\": {}\n                    },\n                    {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 90.69794925983535,\n                                \"item\": \"industries\"\n                            },\n                            {\n                                \"score\": 82.55770820870522,\n                                \"item\": \"special education\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"events and attractions\"\n                            },\n                            {\n                                \"score\": 91.1484715611013,\n                                \"item\": \"smart home\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"careers\"\n                            },\n                            {\n                                \"score\": 99.06575387360348,\n                                \"item\": \"family and relationships\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"auto racing\"\n                            },\n                            {\n                                \"score\": 86.86015198627217,\n                                \"item\": \"real estate renting and leasing\"\n                            },\n                            {\n                                \"score\": 99.99938558253976,\n                                \"item\": \"auto parts\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"houses\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"movies\"\n                            },\n                            {\n                                \"score\": 91.1484715611013,\n                                \"item\": \"home & garden\"\n                            },\n                            {\n                                \"score\": 97.98954417490997,\n                                \"item\": \"parenting\"\n                            },\n                            {\n                                \"score\": 93.49872684446925,\n                                \"item\": \"business and finance\"\n                            },\n                            {\n                                \"score\": 82.55770820870522,\n                                \"item\": \"education\"\n                            },\n                            {\n                                \"score\": 98.47220648276787,\n                                \"item\": \"real estate\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"industrial property\"\n                            },\n                            {\n                                \"score\": 90.69794925983535,\n                                \"item\": \"real estate buying and selling\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"office property\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"job search\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"video game genres\"\n                            },\n                            {\n                                \"score\": 90.69794925983535,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"medical health\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"retail property\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"land and farms\"\n                            },\n                            {\n                                \"score\": 82.55770820870522,\n                                \"item\": \"hobbies & interests\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto body styles\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"video gaming\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"automotive\"\n                            }\n                        ],\n                        \"resource_type\": \"webpage\",\n                        \"keywords\": [\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"thanks\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"rover\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"audi\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mercedes\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"stories\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"personal\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"suvs\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"land\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"site\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"lincoln\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"right\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"ready\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"comparison\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"volvo\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"autoblog\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"presentation\"\n                            }\n                        ],\n                        \"resource\": \"www.autoblog.com/2018/10/16/2019-bmw-x7-comparison-three-row-suv/?icid=autoblog|trend|2019-bmw-x7-vs-luxury-suv-rivals\",\n                        \"statistics\": {}\n                    },\n                    {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"healthy living\"\n                            },\n                            {\n                                \"score\": 82.55770820870522,\n                                \"item\": \"auto type\"\n                            },\n                            {\n                                \"score\": 87.47087178006582,\n                                \"item\": \"events and attractions\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"home entertaining\"\n                            },\n                            {\n                                \"score\": 82.55770820870522,\n                                \"item\": \"television\"\n                            },\n                            {\n                                \"score\": 97.98954417490997,\n                                \"item\": \"smart home\"\n                            },\n                            {\n                                \"score\": 87.47087178006582,\n                                \"item\": \"careers\"\n                            },\n                            {\n                                \"score\": 99.95792280141391,\n                                \"item\": \"family and relationships\"\n                            },\n                            {\n                                \"score\": 82.55770820870522,\n                                \"item\": \"personal celebrations & life events\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"single life\"\n                            },\n                            {\n                                \"score\": 87.47087178006582,\n                                \"item\": \"movies\"\n                            },\n                            {\n                                \"score\": 97.98954417490997,\n                                \"item\": \"home & garden\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"economy\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"action and adventure movies\"\n                            },\n                            {\n                                \"score\": 87.47087178006582,\n                                \"item\": \"business and finance\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"books and literature\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"men's fashion\"\n                            },\n                            {\n                                \"score\": 87.47087178006582,\n                                \"item\": \"real estate\"\n                            },\n                            {\n                                \"score\": 99.5683991995926,\n                                \"item\": \"parenting\"\n                            },\n                            {\n                                \"score\": 87.47087178006582,\n                                \"item\": \"job search\"\n                            },\n                            {\n                                \"score\": 87.47087178006582,\n                                \"item\": \"video game genres\"\n                            },\n                            {\n                                \"score\": 91.1484715611013,\n                                \"item\": \"dining out\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"travel type\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"industries\"\n                            },\n                            {\n                                \"score\": 97.76275802506002,\n                                \"item\": \"auto body styles\"\n                            },\n                            {\n                                \"score\": 99.99766245105228,\n                                \"item\": \"automotive\"\n                            },\n                            {\n                                \"score\": 91.1484715611013,\n                                \"item\": \"special education\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"art and photography books\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"travel\"\n                            },\n                            {\n                                \"score\": 82.55770820870522,\n                                \"item\": \"music and audio\"\n                            },\n                            {\n                                \"score\": 82.55770820870522,\n                                \"item\": \"special interest movies\"\n                            },\n                            {\n                                \"score\": 82.55770820870522,\n                                \"item\": \"business\"\n                            },\n                            {\n                                \"score\": 95.7270622189961,\n                                \"item\": \"food & drink\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"special interest tv\"\n                            },\n                            {\n                                \"score\": 82.55770820870522,\n                                \"item\": \"diseases and conditions\"\n                            },\n                            {\n                                \"score\": 91.1484715611013,\n                                \"item\": \"education\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"track and field\"\n                            },\n                            {\n                                \"score\": 82.55770820870522,\n                                \"item\": \"real estate buying and selling\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"style & fashion\"\n                            },\n                            {\n                                \"score\": 82.55770820870522,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 87.47087178006582,\n                                \"item\": \"medical health\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"fine art\"\n                            },\n                            {\n                                \"score\": 95.7270622189961,\n                                \"item\": \"hobbies & interests\"\n                            },\n                            {\n                                \"score\": 82.55770820870522,\n                                \"item\": \"pop culture\"\n                            },\n                            {\n                                \"score\": 87.47087178006582,\n                                \"item\": \"video gaming\"\n                            }\n                        ],\n                        \"resource_type\": \"webpage\",\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"sema\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"thanks\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"kind\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"autoblog\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"stories\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"lights\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"personal\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"site\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"page\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"right\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"presentation\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"ready\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"volkswagen\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"open\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"jettas\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"great\"\n                            }\n                        ],\n                        \"resource\": \"www.autoblog.com/2018/10/29/2019-vw-jetta-customs-sema/\",\n                        \"statistics\": {}\n                    }\n                ],\n                [\n                    {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"technology\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"softball\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"industries\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"home entertaining\"\n                            },\n                            {\n                                \"score\": 99.5929862284104,\n                                \"item\": \"olympic sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"sports & recreation podcasts\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"college sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"women's health\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"men's health\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"college radio\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"american football\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"parenting\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"animation tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"ice hockey\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"sporting events\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"fashion events\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"high fashion\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"comedy radio\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"music tv\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"extreme sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"home&garden\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"travel type\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"volleyball\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"events\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"news & politics podcasts\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"basketball\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"special interest tv\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"australian rules football\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"tv & film podcasts\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"business news radio\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"hobbies\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"computing\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"business\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"local news\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"education\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"national news\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"soccer\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"factual tv\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"international news\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"business podcasts\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"fishing sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"mobile games\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"children's clothing\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"designer clothing\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"healthy living\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"beach volleyball\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"sports play-by-play\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"children's tv\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"television\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"comedy tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"careers\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"news\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"family and relationships\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"disabled sports\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"fitness and exercise\"\n                            },\n                            {\n                                \"score\": 98.90130573694069,\n                                \"item\": \"rugby\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"college education\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"music\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"men's fashion\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"public radio\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"international music\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"radio control\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"video game genres\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"science fiction tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"poker and professional gambling\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"theater venues and events\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"field hockey\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"women's fashion\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"fantasy sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"drama tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"historic site and landmark tours\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"travel\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"reality tv\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"auto racing\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"holiday tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"soap opera tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"equine sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"consumer electronics\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"fashion\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"concerts & music events\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"sports talk radio\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"table tennis\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"talk radio\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"career planning\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"sports tv\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"baseball\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"video gaming\"\n                            }\n                        ],\n                        \"resource_type\": \"youtube\",\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"NBCSN\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Professional\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"nbc sports network\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"NBC\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Liverpool fan John Oliver\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Liverpool season\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"liverpool season review\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"liverpool vs everton\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"sunday night football\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"NBC Sports\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Liverpool performances\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Virgil van Dijk\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Premier\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Everton\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"epl highlights\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"season\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"premier league\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"League\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"blazers\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Men in Blazers John Oliver\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Xherdan Shaqiri\"\n                            },\n                            {\n                                \"score\": 58.63355768312432,\n                                \"item\": \"xherdanshaqiri\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"oliver\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"NFL\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"premier league highlights\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"John Oliver recap\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"john\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Soccer\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"thursday night football\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"men in blazers\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"liverpool\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Merseyside derby\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"John Oliver\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Liverpool against Everton\"\n                            }\n                        ],\n                        \"resource\": \"https://www.youtube.com/watch?v=nt0irVgheWo\",\n                        \"statistics\": {\n                            \"numviews\": 98081,\n                            \"numdislikes\": 41,\n                            \"numlikes\": 1579\n                        }\n                    },\n                    {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"auto type\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"kids & family podcasts\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"events and attractions\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"home entertaining\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"olympic sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"sports & recreation podcasts\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"college sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"men's health\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"american football\"\n                            },\n                            {\n                                \"score\": 97.06877692486437,\n                                \"item\": \"parenting\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"animation tv\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"single life\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"party supplies and decorations\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"business and finance\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"books and literature\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"fashion events\"\n                            },\n                            {\n                                \"score\": 97.06877692486437,\n                                \"item\": \"high fashion\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"music tv\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"country music\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"children's music\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"sports tv\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"travel type\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"sci-fi and fantasy\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"industries\"\n                            },\n                            {\n                                \"score\": 99.75273768433654,\n                                \"item\": \"auto body styles\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"travel accessories\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"children's tv\"\n                            },\n                            {\n                                \"score\": 97.06877692486437,\n                                \"item\": \"dash cam videos\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"crime and mystery movies\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"fantasy movies\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"australian rules football\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"tv & film podcasts\"\n                            },\n                            {\n                                \"score\": 99.5929862284104,\n                                \"item\": \"rock music\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"comedy events\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"dance and electronic music\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"road-side assistance\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"street style\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"business\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"sports talk radio\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"family and children movies\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"special interest tv\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"auto shows\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"magic and illusion\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"adult contemporary music\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"special interest movies\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"car culture\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"fishing sports\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"action and adventure movies\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"fantasy sports\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"pop culture\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"hip hop music\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"healthy living\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"sports play-by-play\"\n                            },\n                            {\n                                \"score\": 97.06877692486437,\n                                \"item\": \"extreme sports\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"television\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"comedy tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"smart home\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"careers\"\n                            },\n                            {\n                                \"score\": 97.06877692486437,\n                                \"item\": \"family and relationships\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"fitness and exercise\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"rugby\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"personal celebrations & life events\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"movies\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"home & garden\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"dining out\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"beauty\"\n                            },\n                            {\n                                \"score\": 99.84988177432628,\n                                \"item\": \"men's fashion\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"awards shows\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"job search\"\n                            },\n                            {\n                                \"score\": 99.90889488055994,\n                                \"item\": \"video game genres\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"comedy movies\"\n                            },\n                            {\n                                \"score\": 97.06877692486437,\n                                \"item\": \"games and puzzles\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"figure skating\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"auto buying and selling\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"field hockey\"\n                            },\n                            {\n                                \"score\": 99.5929862284104,\n                                \"item\": \"women's fashion\"\n                            },\n                            {\n                                \"score\": 98.20137900379083,\n                                \"item\": \"automotive\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"entertainment\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"hunting and shooting\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"content production\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"art and photography books\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"travel\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"reality tv\"\n                            },\n                            {\n                                \"score\": 97.06877692486437,\n                                \"item\": \"music and audio\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"auto racing\"\n                            },\n                            {\n                                \"score\": 98.20137900379083,\n                                \"item\": \"track and field\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"holiday tv\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"children's clothing\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"arts and crafts\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"urban adult contemporary music\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"celebrity style\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"amusement and theme parks\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"food & drink\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"talk radio\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"animation movies\"\n                            },\n                            {\n                                \"score\": 98.20137900379083,\n                                \"item\": \"style & fashion\"\n                            },\n                            {\n                                \"score\": 98.90130573694069,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"hobbies & interests\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"inspirational music\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"classic hits\"\n                            },\n                            {\n                                \"score\": 99.5929862284104,\n                                \"item\": \"video gaming\"\n                            }\n                        ],\n                        \"resource_type\": \"youtube\",\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear compilation\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"compilation\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear funny compilation\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"part 1\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"best moments of top gear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"richard hammond\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"best moments\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"james may funny\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"best moments of top gear season 3 part 1\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear funny compilation #3\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"grand tour\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear funny compilation part 3\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear videos\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear funny moments\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"season\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"jeremy clarkson\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"funny\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"best moments of top gear season 3\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"season 3\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"jeremy clarkson funny\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"grand tour season 1\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"best of top gear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"best\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"moments\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"gear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear season 3\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"grand tour season 2\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"james may\"\n                            }\n                        ],\n                        \"resource\": \"https://www.youtube.com/watch?v=O9mE97VpA4o\",\n                        \"statistics\": {\n                            \"numviews\": 299148,\n                            \"numdislikes\": 58,\n                            \"numlikes\": 1674\n                        }\n                    },\n                    {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"industries\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"extreme sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"television\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"family and relationships\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"american football\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"australian rules football\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"parenting\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"beauty\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"business and finance\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"men's fashion\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"music tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"video game genres\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"dash cam videos\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"auto buying and selling\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"olympic sports\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"women's fashion\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"auto body styles\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"travel accessories\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"automotive\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"travel\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"music and audio\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"auto racing\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"high fashion\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"track and field\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"special interest tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"sports talk radio\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"autos & vehicles\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"style & fashion\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"travel locations\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"sports tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"video gaming\"\n                            }\n                        ],\n                        \"resource_type\": \"youtube\",\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"chris harris lamborghini\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Performante\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"lamborghini huracan performante\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"performante huracan\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"huracan\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Topgear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Supercar\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"huracan performante\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Car\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Nurburgring\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Road Test\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"bbc top gear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Series 24\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Track\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Speed Test\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Huracan\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Lamborghini\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Lap\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Lamborghini Huracán\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"lamborghini\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"bbc\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Chris Harris Drives\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"harris\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Walkaround\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Chris Harris\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"2017 Lamborghini Huracán Performante\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"lamborghini performante\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Hypercar\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"performante\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Driving\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"chris harris on cars\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"chris\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"gear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Lamborghini Huracán Performante\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"lamborghini huracan\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear bbc\"\n                            }\n                        ],\n                        \"resource\": \"https://www.youtube.com/watch?v=-BaHuMn-nNc\",\n                        \"statistics\": {\n                            \"numviews\": 726154,\n                            \"numdislikes\": 657,\n                            \"numlikes\": 9382\n                        }\n                    },\n                    {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"industries\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"extreme sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"television\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"family and relationships\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"auto parts\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"australian rules football\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"parenting\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"beauty\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"business and finance\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"men's fashion\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"music tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"video game genres\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"dash cam videos\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"auto buying and selling\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"olympic sports\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"women's fashion\"\n                            },\n                            {\n                                \"score\": 97.06877692486437,\n                                \"item\": \"auto body styles\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"travel accessories\"\n                            },\n                            {\n                                \"score\": 97.06877692486437,\n                                \"item\": \"automotive\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"travel\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"music and audio\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"auto racing\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"high fashion\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"sports talk radio\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"special interest tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"track and field\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"autos & vehicles\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"style & fashion\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"travel locations\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"sports tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"american football\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"video gaming\"\n                            }\n                        ],\n                        \"resource_type\": \"youtube\",\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"AMG Acceleration\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Mercedes-AMG E63 S\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mercedes e63\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"bbc\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mercedes e63 amg 2017\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"e63s amg\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mercedes\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Supercar\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Supercars\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"chris harris e63\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"amg e63\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Walkaround\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Series 24\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mercedes e63 amg\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Chris Harris\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mercedes e63 amg s\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"e63s amg 2017\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"bbc top gear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Topgear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"AMG 2017\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Chris Harris Drives\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"e63 amg s\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Race\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"e63 amg 2017\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"AMG E63 S\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Mercedes-AMG\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"harris\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Mercedes\"\n                            },\n                            {\n                                \"score\": 64.29601378600832,\n                                \"item\": \"wheel\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mercedes e63s\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"e63 s\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"chris\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Mercedes E63 AMG Acceleration\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"E63 AMG\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear bbc\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Hypercar\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"gear\"\n                            },\n                            {\n                                \"score\": 64.29601378600832,\n                                \"item\": \"youtube\"\n                            }\n                        ],\n                        \"resource\": \"https://www.youtube.com/watch?v=Gd9Njn1mfPU\",\n                        \"statistics\": {\n                            \"numviews\": 1008082,\n                            \"numdislikes\": 465,\n                            \"numlikes\": 12942\n                        }\n                    },\n                    {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"healthy living\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"auto type\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"medical health\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"events and attractions\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"travel\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"olympic sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"motorcycles\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"auto racing\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"fantasy sports\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"autos & vehicles\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"fitness and exercise\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"equine sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"sporting events\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"education\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"automotive\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"extreme sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"video game genres\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"educational assessment\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"travel type\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"auto technology\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"medical tests\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"auto body styles\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"video gaming\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"fishing sports\"\n                            }\n                        ],\n                        \"resource_type\": \"youtube\",\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"aero\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"supercar\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"times\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"pagani\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"race\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"huayra\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"ferrari\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"hypercar\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"proper\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"harris\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"flaps\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"haracio\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"italian\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"wings\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"speed\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"racing\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"drive\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"drift\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"reviewed\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"lamborghini\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Cars\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"drifting\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"active\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"drives\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"test\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"wheel\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"cars\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"flatout\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"hour\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"super\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"trip\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"journalists\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"chris\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"zonda\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"review\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"italy\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"design\"\n                            }\n                        ],\n                        \"resource\": \"https://www.youtube.com/watch?v=YIcGHY_Al_I\",\n                        \"statistics\": {\n                            \"numviews\": 3239357,\n                            \"numdislikes\": 543,\n                            \"numlikes\": 19516\n                        }\n                    },\n                    {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"hunting and shooting\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"healthy living\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"technology & computing\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"travel type\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"events and attractions\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"travel\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"fitness and exercise\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"crime and mystery movies\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"careers\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"politics\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"family and relationships\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"auto racing\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"news and politics\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"children's health\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"video game genres\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"personal finance\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"single life\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"movies\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"home & garden\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"computing\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"parenting\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"action and adventure movies\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"business and finance\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"diseases and conditions\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"political event\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"arts and crafts\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"track and field\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"women's health\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"home security\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"men's health\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"autos & vehicles\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"financial assistance\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"personal celebrations & life events\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"road-side assistance\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"medical health\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"auto technology\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"industries\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"hobbies & interests\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"job search\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"auto body styles\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"video gaming\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"automotive\"\n                            }\n                        ],\n                        \"resource_type\": \"youtube\",\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"integra\"\n                            },\n                            {\n                                \"score\": 71.28140986174975,\n                                \"item\": \"time\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"showdown\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"corvette\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"ring\"\n                            },\n                            {\n                                \"score\": 71.28140986174975,\n                                \"item\": \"stickers\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"civic\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"speedring\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"motovicitiy\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"speed\"\n                            },\n                            {\n                                \"score\": 71.28140986174975,\n                                \"item\": \"year\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"speed ring\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"sti\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"zr1\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"acura\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"time attack\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"gridlife\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"subaru\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"honda\"\n                            }\n                        ],\n                        \"resource\": \"https://www.youtube.com/watch?v=JY6-qPCGnMA\",\n                        \"statistics\": {\n                            \"numviews\": 44029,\n                            \"numdislikes\": 6,\n                            \"numlikes\": 2372\n                        }\n                    }\n                ]\n            ],\n            \"summary\": [\n                {\n                    \"resource_type\": \"webpage\",\n                    \"summary\": {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 43.301757352464435,\n                                \"item\": \"literature\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"kids & family podcasts\"\n                            },\n                            {\n                                \"score\": 1.3509316770186337,\n                                \"item\": \"technology\"\n                            },\n                            {\n                                \"score\": 86.39164434106003,\n                                \"item\": \"events and attractions\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"home entertaining\"\n                            },\n                            {\n                                \"score\": 63.93351321673365,\n                                \"item\": \"olympic sports\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"sports & recreation podcasts\"\n                            },\n                            {\n                                \"score\": 0.13043478260869565,\n                                \"item\": \"workshops and classes\"\n                            },\n                            {\n                                \"score\": 2.6149068322981366,\n                                \"item\": \"fine art photography\"\n                            },\n                            {\n                                \"score\": 1.3509316770186337,\n                                \"item\": \"women's health\"\n                            },\n                            {\n                                \"score\": 1.3509316770186337,\n                                \"item\": \"children's health\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"college radio\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"law\"\n                            },\n                            {\n                                \"score\": 1.6583850931677022,\n                                \"item\": \"insurance\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"international music\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"bars & restaurants\"\n                            },\n                            {\n                                \"score\": 95.27675245936813,\n                                \"item\": \"business and finance\"\n                            },\n                            {\n                                \"score\": 71.6580729226072,\n                                \"item\": \"real estate\"\n                            },\n                            {\n                                \"score\": 41.53245051775672,\n                                \"item\": \"personal taxes\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"cinemas and events\"\n                            },\n                            {\n                                \"score\": 1.6583850931677022,\n                                \"item\": \"children's music\"\n                            },\n                            {\n                                \"score\": 54.51221145638784,\n                                \"item\": \"consumer banking\"\n                            },\n                            {\n                                \"score\": 54.94078288495927,\n                                \"item\": \"financial planning\"\n                            },\n                            {\n                                \"score\": 66.78530857564112,\n                                \"item\": \"auto body styles\"\n                            },\n                            {\n                                \"score\": 41.70791635626604,\n                                \"item\": \"finance\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"houses\"\n                            },\n                            {\n                                \"score\": 1.680124223602485,\n                                \"item\": \"events\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"technology & computing\"\n                            },\n                            {\n                                \"score\": 0.3291925465838509,\n                                \"item\": \"homework and study\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"marriage and civil unions\"\n                            },\n                            {\n                                \"score\": 1.6583850931677022,\n                                \"item\": \"food\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"business news radio\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"national & civic holidays\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"street style\"\n                            },\n                            {\n                                \"score\": 3.4472049689441,\n                                \"item\": \"hobbies\"\n                            },\n                            {\n                                \"score\": 40.90046294011697,\n                                \"item\": \"society & culture podcasts\"\n                            },\n                            {\n                                \"score\": 38.92806048911282,\n                                \"item\": \"special interest tv\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"space and astronomy\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"industrial property\"\n                            },\n                            {\n                                \"score\": 43.28001822202965,\n                                \"item\": \"adult contemporary music\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"environment\"\n                            },\n                            {\n                                \"score\": 41.54332008297411,\n                                \"item\": \"car culture\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"fishing sports\"\n                            },\n                            {\n                                \"score\": 55.12349033972035,\n                                \"item\": \"medical health\"\n                            },\n                            {\n                                \"score\": 41.53245051775672,\n                                \"item\": \"land and farms\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"children's clothing\"\n                            },\n                            {\n                                \"score\": 55.94401012235008,\n                                \"item\": \"pop culture\"\n                            },\n                            {\n                                \"score\": 1.3509316770186337,\n                                \"item\": \"national news\"\n                            },\n                            {\n                                \"score\": 75.17706440757131,\n                                \"item\": \"industries\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"sports play-by-play\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"secondary education\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"extreme sports\"\n                            },\n                            {\n                                \"score\": 97.62839913239155,\n                                \"item\": \"auto parts\"\n                            },\n                            {\n                                \"score\": 1.3944099378881991,\n                                \"item\": \"news\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"home improvement\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"online education\"\n                            },\n                            {\n                                \"score\": 38.938930054330214,\n                                \"item\": \"single life\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"historic site and landmark tours\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"beauty\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"museums & galleries\"\n                            },\n                            {\n                                \"score\": 46.22796248862519,\n                                \"item\": \"dining out\"\n                            },\n                            {\n                                \"score\": 1.7018633540372676,\n                                \"item\": \"music\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"shopping\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"crime and mystery movies\"\n                            },\n                            {\n                                \"score\": 1.593167701863354,\n                                \"item\": \"personal care\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"religion & spirituality\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"collecting\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"games and puzzles\"\n                            },\n                            {\n                                \"score\": 76.24121414592751,\n                                \"item\": \"style & fashion\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"poker and professional gambling\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"theater venues and events\"\n                            },\n                            {\n                                \"score\": 41.54332008297411,\n                                \"item\": \"auto buying and selling\"\n                            },\n                            {\n                                \"score\": 2.6366459627329197,\n                                \"item\": \"women's fashion\"\n                            },\n                            {\n                                \"score\": 81.16864392591107,\n                                \"item\": \"automotive\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"motorcycles\"\n                            },\n                            {\n                                \"score\": 44.88404941529181,\n                                \"item\": \"early childhood education\"\n                            },\n                            {\n                                \"score\": 58.817173794904456,\n                                \"item\": \"special education\"\n                            },\n                            {\n                                \"score\": 1.593167701863354,\n                                \"item\": \"college education\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"virtual reality\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"content production\"\n                            },\n                            {\n                                \"score\": 38.796072911473075,\n                                \"item\": \"art and photography books\"\n                            },\n                            {\n                                \"score\": 83.90514561830773,\n                                \"item\": \"music and audio\"\n                            },\n                            {\n                                \"score\": 88.50743015080386,\n                                \"item\": \"auto racing\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"celebrity families\"\n                            },\n                            {\n                                \"score\": 87.03329329356572,\n                                \"item\": \"personal finance\"\n                            },\n                            {\n                                \"score\": 43.43374493010418,\n                                \"item\": \"arts and crafts\"\n                            },\n                            {\n                                \"score\": 40.90046294011697,\n                                \"item\": \"personal debt\"\n                            },\n                            {\n                                \"score\": 1.680124223602485,\n                                \"item\": \"fashion\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"sports talk radio\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"hotel properties\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"religion & spirituality podcasts\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"auto repair\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"fashion events\"\n                            },\n                            {\n                                \"score\": 1.593167701863354,\n                                \"item\": \"career planning\"\n                            },\n                            {\n                                \"score\": 87.84578448520385,\n                                \"item\": \"hobbies & interests\"\n                            },\n                            {\n                                \"score\": 69.33234530103252,\n                                \"item\": \"american football\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"amusement and theme parks\"\n                            },\n                            {\n                                \"score\": 60.327153988779635,\n                                \"item\": \"auto type\"\n                            },\n                            {\n                                \"score\": 54.384060755668486,\n                                \"item\": \"healthy living\"\n                            },\n                            {\n                                \"score\": 42.08630752050168,\n                                \"item\": \"special interest movies\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"college sports\"\n                            },\n                            {\n                                \"score\": 44.07293313599323,\n                                \"item\": \"real estate renting and leasing\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"religious music\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"australian rules football\"\n                            },\n                            {\n                                \"score\": 94.37626882086585,\n                                \"item\": \"parenting\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"party supplies and decorations\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"sporting events\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"home security\"\n                            },\n                            {\n                                \"score\": 82.2080726373239,\n                                \"item\": \"books and literature\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"high fashion\"\n                            },\n                            {\n                                \"score\": 44.762931402869455,\n                                \"item\": \"children's literature\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"home&garden\"\n                            },\n                            {\n                                \"score\": 43.290887787247044,\n                                \"item\": \"urban adult contemporary music\"\n                            },\n                            {\n                                \"score\": 78.69669045721338,\n                                \"item\": \"travel type\"\n                            },\n                            {\n                                \"score\": 40.889593374899576,\n                                \"item\": \"primary education\"\n                            },\n                            {\n                                \"score\": 41.54332008297411,\n                                \"item\": \"urban contemporary music\"\n                            },\n                            {\n                                \"score\": 84.13647116386132,\n                                \"item\": \"careers\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"body art\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"rock music\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"concerts & music events\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"road-side assistance\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"computing\"\n                            },\n                            {\n                                \"score\": 75.47465444291562,\n                                \"item\": \"business\"\n                            },\n                            {\n                                \"score\": 88.74225491918023,\n                                \"item\": \"food & drink\"\n                            },\n                            {\n                                \"score\": 1.6149068322981368,\n                                \"item\": \"family and children movies\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"local news\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"auto shows\"\n                            },\n                            {\n                                \"score\": 71.66960738088119,\n                                \"item\": \"education\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"magic and illusion\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"office property\"\n                            },\n                            {\n                                \"score\": 38.92806048911282,\n                                \"item\": \"action and adventure movies\"\n                            },\n                            {\n                                \"score\": 41.54332008297411,\n                                \"item\": \"modern art\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"children's tv\"\n                            },\n                            {\n                                \"score\": 42.108046650936465,\n                                \"item\": \"television\"\n                            },\n                            {\n                                \"score\": 63.47457667390852,\n                                \"item\": \"smart home\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"spirituality\"\n                            },\n                            {\n                                \"score\": 94.86484658770412,\n                                \"item\": \"family and relationships\"\n                            },\n                            {\n                                \"score\": 41.03245051775672,\n                                \"item\": \"fitness and exercise\"\n                            },\n                            {\n                                \"score\": 47.63957590633906,\n                                \"item\": \"rugby\"\n                            },\n                            {\n                                \"score\": 55.31726726360083,\n                                \"item\": \"personal celebrations & life events\"\n                            },\n                            {\n                                \"score\": 55.116243962908754,\n                                \"item\": \"movies\"\n                            },\n                            {\n                                \"score\": 41.5541896481915,\n                                \"item\": \"country music\"\n                            },\n                            {\n                                \"score\": 40.90046294011697,\n                                \"item\": \"world cuisines\"\n                            },\n                            {\n                                \"score\": 94.56900786800563,\n                                \"item\": \"home & garden\"\n                            },\n                            {\n                                \"score\": 39.42806048911282,\n                                \"item\": \"men's fashion\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"public radio\"\n                            },\n                            {\n                                \"score\": 1.3074534161490683,\n                                \"item\": \"travel books\"\n                            },\n                            {\n                                \"score\": 81.82317784845257,\n                                \"item\": \"job search\"\n                            },\n                            {\n                                \"score\": 81.82317784845257,\n                                \"item\": \"video game genres\"\n                            },\n                            {\n                                \"score\": 60.677945314783564,\n                                \"item\": \"financial assistance\"\n                            },\n                            {\n                                \"score\": 85.25258302791023,\n                                \"item\": \"young adult literature\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"retail property\"\n                            },\n                            {\n                                \"score\": 90.81292832734631,\n                                \"item\": \"economy\"\n                            },\n                            {\n                                \"score\": 40.889593374899576,\n                                \"item\": \"fantasy sports\"\n                            },\n                            {\n                                \"score\": 0.3291925465838509,\n                                \"item\": \"healthy cooking and eating\"\n                            },\n                            {\n                                \"score\": 41.54332008297411,\n                                \"item\": \"consumer electronics\"\n                            },\n                            {\n                                \"score\": 80.15298185324802,\n                                \"item\": \"travel\"\n                            },\n                            {\n                                \"score\": 2.7018633540372674,\n                                \"item\": \"private school\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\"\n                            },\n                            {\n                                \"score\": 2.571428571428571,\n                                \"item\": \"auto technology\"\n                            },\n                            {\n                                \"score\": 40.889593374899576,\n                                \"item\": \"science\"\n                            },\n                            {\n                                \"score\": 50.540965115460196,\n                                \"item\": \"politics\"\n                            },\n                            {\n                                \"score\": 0.3074534161490683,\n                                \"item\": \"political event\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"holiday tv\"\n                            },\n                            {\n                                \"score\": 1.3509316770186337,\n                                \"item\": \"men's health\"\n                            },\n                            {\n                                \"score\": 95.25741268224334,\n                                \"item\": \"equine sports\"\n                            },\n                            {\n                                \"score\": 42.118916216153856,\n                                \"item\": \"diseases and conditions\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"international news\"\n                            },\n                            {\n                                \"score\": 38.938930054330214,\n                                \"item\": \"track and field\"\n                            },\n                            {\n                                \"score\": 0.3074534161490683,\n                                \"item\": \"retirement planning\"\n                            },\n                            {\n                                \"score\": 1.6149068322981368,\n                                \"item\": \"travel preparation\"\n                            },\n                            {\n                                \"score\": 86.2342960613547,\n                                \"item\": \"real estate buying and selling\"\n                            },\n                            {\n                                \"score\": 1.329192546583851,\n                                \"item\": \"talk radio\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"parks & nature\"\n                            },\n                            {\n                                \"score\": 85.25258302791023,\n                                \"item\": \"language learning\"\n                            },\n                            {\n                                \"score\": 60.29058467706928,\n                                \"item\": \"personal investing\"\n                            },\n                            {\n                                \"score\": 66.0034736234418,\n                                \"item\": \"travel locations\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"malls & shopping centers\"\n                            },\n                            {\n                                \"score\": 79.18026571673917,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 54.710147712190214,\n                                \"item\": \"fine art\"\n                            },\n                            {\n                                \"score\": 40.889593374899576,\n                                \"item\": \"religious events\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"food movements\"\n                            },\n                            {\n                                \"score\": 81.82317784845257,\n                                \"item\": \"video gaming\"\n                            },\n                            {\n                                \"score\": 1.2857142857142856,\n                                \"item\": \"dance and electronic music\"\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"hamilton\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"treasure\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"times\"\n                            },\n                            {\n                                \"score\": 27.02263921070366,\n                                \"item\": \"version\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"rover\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"world\"\n                            },\n                            {\n                                \"score\": 54.946887944350415,\n                                \"item\": \"year\"\n                            },\n                            {\n                                \"score\": 0.043478260869565216,\n                                \"item\": \"36 hours\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"glimmer\"\n                            },\n                            {\n                                \"score\": 58.83486248147178,\n                                \"item\": \"verstappen\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"open\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"fifth\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"racing\"\n                            },\n                            {\n                                \"score\": 58.83486248147178,\n                                \"item\": \"victory\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"yards\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"season\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"parts\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"grand\"\n                            },\n                            {\n                                \"score\": 54.946887944350415,\n                                \"item\": \"years\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"’s treasures\"\n                            },\n                            {\n                                \"score\": 56.019056357340446,\n                                \"item\": \"worthless\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"this article\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"comparison\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"willing\"\n                            },\n                            {\n                                \"score\": 53.46457500247867,\n                                \"item\": \"worth\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"xfinity\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"stories\"\n                            },\n                            {\n                                \"score\": 56.019056357340446,\n                                \"item\": \"whatsoever\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mercedes\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"profit\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"culture\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"whiston\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"writing\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"fourth\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"lights\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"acquisition\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"yellow\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"united\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"the conversion\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"formula\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"lincoln\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"jettas\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"wars\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"prix\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"volvo\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"united states dollars\"\n                            },\n                            {\n                                \"score\": 0.043478260869565216,\n                                \"item\": \"class\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"thanks\"\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"the new york times\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"rare\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"gloomy\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"personal\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"suvs\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"land\"\n                            },\n                            {\n                                \"score\": 58.83486248147178,\n                                \"item\": \"vettel\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"ready\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"autoblog\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"presentation\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"world-class restaurants\"\n                            },\n                            {\n                                \"score\": 80.00434782608696,\n                                \"item\": \"york\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"woods\"\n                            },\n                            {\n                                \"score\": 0.043478260869565216,\n                                \"item\": \"reais\"\n                            },\n                            {\n                                \"score\": 56.019056357340446,\n                                \"item\": \"worries\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"worst\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"right\"\n                            },\n                            {\n                                \"score\": 53.46457500247867,\n                                \"item\": \"worse\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"volkswagen\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"tesla\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mexican\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"hope\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"vehicles\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"sema\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"audi\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"the surface\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"quarterly\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"windows\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"title\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"wraparound\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"billion\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"kind\"\n                            },\n                            {\n                                \"score\": 0.021739130434782608,\n                                \"item\": \"time\"\n                            },\n                            {\n                                \"score\": 54.023539290972536,\n                                \"item\": \"wednesday\"\n                            },\n                            {\n                                \"score\": 50.91009364761688,\n                                \"item\": \"young\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"page\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"sector\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"site\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"biggest\"\n                            },\n                            {\n                                \"score\": 77.72998611746911,\n                                \"item\": \"great\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"resource_type\": \"youtube\",\n                    \"summary\": {\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Tobacco\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Negative_News\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\"\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\"\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 77.43165274118243,\n                                \"item\": \"auto type\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"kids & family podcasts\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"technology\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"softball\"\n                            },\n                            {\n                                \"score\": 65.86590803445715,\n                                \"item\": \"events and attractions\"\n                            },\n                            {\n                                \"score\": 72.00169036977492,\n                                \"item\": \"home entertaining\"\n                            },\n                            {\n                                \"score\": 82.26494836305751,\n                                \"item\": \"olympic sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"sports & recreation podcasts\"\n                            },\n                            {\n                                \"score\": 82.76001993043808,\n                                \"item\": \"college sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"women's health\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"men's health\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"children's health\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"home&garden\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"auto parts\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"college radio\"\n                            },\n                            {\n                                \"score\": 72.50297652531177,\n                                \"item\": \"american football\"\n                            },\n                            {\n                                \"score\": 71.38248682968425,\n                                \"item\": \"parenting\"\n                            },\n                            {\n                                \"score\": 75.16282045898684,\n                                \"item\": \"animation tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"ice hockey\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"party supplies and decorations\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"soap opera tv\"\n                            },\n                            {\n                                \"score\": 72.00169036977492,\n                                \"item\": \"sporting events\"\n                            },\n                            {\n                                \"score\": 67.12381174498019,\n                                \"item\": \"business and finance\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"books and literature\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"fashion events\"\n                            },\n                            {\n                                \"score\": 70.95164407135519,\n                                \"item\": \"high fashion\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"comedy radio\"\n                            },\n                            {\n                                \"score\": 73.58225541438088,\n                                \"item\": \"music tv\"\n                            },\n                            {\n                                \"score\": 75.16282045898684,\n                                \"item\": \"sports tv\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"children's music\"\n                            },\n                            {\n                                \"score\": 67.67589549159298,\n                                \"item\": \"single life\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"awards shows\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"comedy events\"\n                            },\n                            {\n                                \"score\": 67.67589549159298,\n                                \"item\": \"travel type\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"volleyball\"\n                            },\n                            {\n                                \"score\": 64.41791806874846,\n                                \"item\": \"industries\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"poker and professional gambling\"\n                            },\n                            {\n                                \"score\": 78.88384774251446,\n                                \"item\": \"auto body styles\"\n                            },\n                            {\n                                \"score\": 78.87358436724308,\n                                \"item\": \"travel accessories\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"events\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"technology & computing\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"news & politics podcasts\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"basketball\"\n                            },\n                            {\n                                \"score\": 81.09349755028846,\n                                \"item\": \"dash cam videos\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"smart home\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"fantasy movies\"\n                            },\n                            {\n                                \"score\": 69.78799533960802,\n                                \"item\": \"australian rules football\"\n                            },\n                            {\n                                \"score\": 73.49848345117131,\n                                \"item\": \"video gaming\"\n                            },\n                            {\n                                \"score\": 75.16282045898684,\n                                \"item\": \"tv & film podcasts\"\n                            },\n                            {\n                                \"score\": 99.5929862284104,\n                                \"item\": \"rock music\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"business news radio\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"dance and electronic music\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"road-side assistance\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"street style\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"hobbies\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"computing\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"business\"\n                            },\n                            {\n                                \"score\": 75.16282045898684,\n                                \"item\": \"sports talk radio\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"family and children movies\"\n                            },\n                            {\n                                \"score\": 74.66587396440273,\n                                \"item\": \"special interest tv\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"auto shows\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"education\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"magic and illusion\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"adult contemporary music\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"factual tv\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"international news\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"special interest movies\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"business podcasts\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"car culture\"\n                            },\n                            {\n                                \"score\": 74.47716626032472,\n                                \"item\": \"fishing sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"medical health\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"mobile games\"\n                            },\n                            {\n                                \"score\": 67.67589549159298,\n                                \"item\": \"children's clothing\"\n                            },\n                            {\n                                \"score\": 72.00169036977492,\n                                \"item\": \"job search\"\n                            },\n                            {\n                                \"score\": 78.8058542458085,\n                                \"item\": \"fantasy sports\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"pop culture\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"national news\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"designer clothing\"\n                            },\n                            {\n                                \"score\": 73.2137841964037,\n                                \"item\": \"healthy living\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"beach volleyball\"\n                            },\n                            {\n                                \"score\": 80.59278283039436,\n                                \"item\": \"sports play-by-play\"\n                            },\n                            {\n                                \"score\": 77.45677467808304,\n                                \"item\": \"extreme sports\"\n                            },\n                            {\n                                \"score\": 77.33005755903056,\n                                \"item\": \"television\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"comedy tv\"\n                            },\n                            {\n                                \"score\": 84.7713194502784,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 72.00169036977492,\n                                \"item\": \"crime and mystery movies\"\n                            },\n                            {\n                                \"score\": 68.74977128657844,\n                                \"item\": \"careers\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"soccer\"\n                            },\n                            {\n                                \"score\": 71.38248682968425,\n                                \"item\": \"family and relationships\"\n                            },\n                            {\n                                \"score\": 72.00169036977492,\n                                \"item\": \"home & garden\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"disabled sports\"\n                            },\n                            {\n                                \"score\": 69.78799533960802,\n                                \"item\": \"fitness and exercise\"\n                            },\n                            {\n                                \"score\": 80.57361942856308,\n                                \"item\": \"rugby\"\n                            },\n                            {\n                                \"score\": 67.67589549159298,\n                                \"item\": \"personal celebrations & life events\"\n                            },\n                            {\n                                \"score\": 77.33005755903056,\n                                \"item\": \"movies\"\n                            },\n                            {\n                                \"score\": 70.85719134605306,\n                                \"item\": \"beauty\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"career planning\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"dining out\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"music\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"country music\"\n                            },\n                            {\n                                \"score\": 81.9547612799229,\n                                \"item\": \"men's fashion\"\n                            },\n                            {\n                                \"score\": 84.35489482871857,\n                                \"item\": \"style & fashion\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"public radio\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"international music\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"radio control\"\n                            },\n                            {\n                                \"score\": 77.33005755903056,\n                                \"item\": \"action and adventure movies\"\n                            },\n                            {\n                                \"score\": 73.55113489319623,\n                                \"item\": \"video game genres\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"financial assistance\"\n                            },\n                            {\n                                \"score\": 97.06877692486437,\n                                \"item\": \"games and puzzles\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"science fiction tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"figure skating\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"theater venues and events\"\n                            },\n                            {\n                                \"score\": 70.85719134605306,\n                                \"item\": \"auto buying and selling\"\n                            },\n                            {\n                                \"score\": 77.33005755903056,\n                                \"item\": \"field hockey\"\n                            },\n                            {\n                                \"score\": 79.72763995435297,\n                                \"item\": \"women's fashion\"\n                            },\n                            {\n                                \"score\": 86.37818180607688,\n                                \"item\": \"automotive\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"motorcycles\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"hunting and shooting\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"drama tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"college education\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"content production\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"art and photography books\"\n                            },\n                            {\n                                \"score\": 73.4234562305874,\n                                \"item\": \"travel\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"medical tests\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"news and politics\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"reality tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"comedy movies\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"politics\"\n                            },\n                            {\n                                \"score\": 73.8535477217451,\n                                \"item\": \"music and audio\"\n                            },\n                            {\n                                \"score\": 76.6753753137839,\n                                \"item\": \"auto racing\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"local news\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"political event\"\n                            },\n                            {\n                                \"score\": 72.00169036977492,\n                                \"item\": \"holiday tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"hip hop music\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"personal finance\"\n                            },\n                            {\n                                \"score\": 67.67589549159298,\n                                \"item\": \"arts and crafts\"\n                            },\n                            {\n                                \"score\": 67.67589549159298,\n                                \"item\": \"equine sports\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"consumer electronics\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"urban adult contemporary music\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"celebrity style\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"fashion\"\n                            },\n                            {\n                                \"score\": 87.08581480862001,\n                                \"item\": \"talk radio\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"home security\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"diseases and conditions\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"concerts & music events\"\n                            },\n                            {\n                                \"score\": 71.23479459108681,\n                                \"item\": \"track and field\"\n                            },\n                            {\n                                \"score\": 84.9185777085763,\n                                \"item\": \"children's tv\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"table tennis\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"food & drink\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"news\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"autos & vehicles\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"historic site and landmark tours\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"animation movies\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"educational assessment\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"travel locations\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"sci-fi and fantasy\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"entertainment\"\n                            },\n                            {\n                                \"score\": 73.1058578630005,\n                                \"item\": \"auto technology\"\n                            },\n                            {\n                                \"score\": 78.7516729012144,\n                                \"item\": \"hobbies & interests\"\n                            },\n                            {\n                                \"score\": 88.07970779778823,\n                                \"item\": \"baseball\"\n                            },\n                            {\n                                \"score\": 81.75744761936437,\n                                \"item\": \"inspirational music\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"classic hits\"\n                            },\n                            {\n                                \"score\": 62.24593312018546,\n                                \"item\": \"amusement and theme parks\"\n                            }\n                        ],\n                        \"keywords\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"mercedes e63 amg s\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"times\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"premier league highlights\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"liverpool season review\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"zr1\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"wings\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Liverpool fan John Oliver\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"john\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Everton\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"season\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear funny compilation part 3\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"drifting\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"NFL\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"race\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"men in blazers\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"E63 AMG\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"lamborghini huracan performante\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"John Oliver\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Lamborghini Huracán Performante\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"grand tour season 2\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"james may\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"pagani\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Chris Harris Drives\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Liverpool season\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Driving\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"e63s amg\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"huracan performante\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Nurburgring\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"acura\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"grand tour\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Huracan\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"season 3\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Men in Blazers John Oliver\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear funny moments\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"reviewed\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mercedes e63 amg\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"ring\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"active\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"journalists\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"hypercar\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"John Oliver recap\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Road Test\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"amg e63\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Lamborghini Huracán\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"design\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"compilation\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"speed ring\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"NBC\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"proper\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"corvette\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"jeremy clarkson funny\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"integra\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"grand tour season 1\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Speed Test\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"NBC Sports\"\n                            },\n                            {\n                                \"score\": 78.355097891942,\n                                \"item\": \"wheel\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"showdown\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Xherdan Shaqiri\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear videos\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mercedes e63 amg 2017\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Performante\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Walkaround\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"speedring\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"motovicitiy\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Merseyside derby\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"ferrari\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"gear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"italy\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear compilation\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Mercedes-AMG E63 S\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear funny compilation\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"premier league\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"civic\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"League\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"flaps\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Series 24\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Track\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear funny compilation #3\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"blazers\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Cars\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"thursday night football\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"speed\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"liverpool\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear bbc\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"AMG Acceleration\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Professional\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"best moments of top gear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mercedes\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Supercar\"\n                            },\n                            {\n                                \"score\": 71.28140986174975,\n                                \"item\": \"year\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"chris harris e63\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"nbc sports network\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"haracio\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"2017 Lamborghini Huracán Performante\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"racing\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Premier\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Lamborghini\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"supercar\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"jeremy clarkson\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Lap\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"best moments of top gear season 3\"\n                            },\n                            {\n                                \"score\": 71.28140986174975,\n                                \"item\": \"stickers\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"james may funny\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Chris Harris\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"best\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"e63 amg 2017\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"super\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"performante\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"performante huracan\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"chris harris on cars\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"top gear season 3\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"lamborghini huracan\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"flatout\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"NBCSN\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"chris harris lamborghini\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"best moments of top gear season 3 part 1\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"part 1\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"huracan\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"best moments\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Supercars\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"AMG 2017\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"review\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Car\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Topgear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"lamborghini\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Race\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"gridlife\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"harris\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Mercedes\"\n                            },\n                            {\n                                \"score\": 64.29601378600832,\n                                \"item\": \"youtube\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Virgil van Dijk\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"sti\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"zonda\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Liverpool against Everton\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"aero\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"subaru\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"huayra\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"liverpool vs everton\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"bbc top gear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"sunday night football\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"drift\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"best of top gear\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"drive\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"bbc\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"e63 amg s\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"AMG E63 S\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"drives\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Liverpool performances\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"hour\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"moments\"\n                            },\n                            {\n                                \"score\": 92.41418199787566,\n                                \"item\": \"trip\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"chris\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Mercedes E63 AMG Acceleration\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"epl highlights\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"time attack\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"richard hammond\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mercedes e63\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"italian\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"e63s amg 2017\"\n                            },\n                            {\n                                \"score\": 71.28140986174975,\n                                \"item\": \"time\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"lamborghini performante\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Mercedes-AMG\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"mercedes e63s\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"oliver\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"test\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Soccer\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"cars\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"e63 s\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"Hypercar\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"sports\"\n                            },\n                            {\n                                \"score\": 58.63355768312432,\n                                \"item\": \"xherdanshaqiri\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"funny\"\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"honda\"\n                            }\n                        ]\n                    }\n                }\n            ],\n            \"status_message\": \"Success\"\n        }\n    },\n    \"request_data\": {\n        \"username\": \"guest\",\n        \"message\": \"Success\",\n        \"API version\": \"0.1\",\n        \"status_code\": 0\n    }\n}"}],"_postman_id":"0b699b2e-b06f-4a50-a3ae-cb0e1b32d355"},{"name":"retrieve_campaign_contents","id":"528cb2e3-0b14-4d32-8b82-825646cb3476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"campaignid","value":"111","description":"<p>Campaign id corresponding to the campaign to be retrieved</p>\n","type":"text"}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-campaign-contents/","description":"<p>Retrieve contents of a previously saved campaign.</p>\n","urlObject":{"path":["web-page-analysis","api","retrieve-campaign-contents",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[{"id":"0e56f40d-0ffa-484d-b6f3-b2b0a33b9fe1","name":"retrieve-campaign-contents__noCampaignFound","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"campaignid","value":"111","description":"Campaign id corresponding to the campaign to be retrieved","type":"text"}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-campaign-contents/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Nov 2019 17:31:55 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Length","value":"128"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Allow","value":"OPTIONS, POST"},{"key":"Vary","value":"Accept,Origin"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"application_data\": {\n        \"response\": {}\n    },\n    \"request_data\": {\n        \"API version\": \"0.1\",\n        \"message\": \"Success\",\n        \"status_code\": 0,\n        \"username\": \"guest\"\n    }\n}"},{"id":"2ba481f7-2467-4960-a6ae-8492ad465791","name":"retrieve-campaign-contents__example","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"campaignid","value":"111","description":"Campaign id corresponding to the campaign to be retrieved","type":"text"}]},"url":"{{adskate_url}}/web-page-analysis/api/retrieve-campaign-contents/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Nov 2019 16:29:07 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Length","value":"10152"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Vary","value":"Accept,Origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"application_data\": {\n        \"response\": {\n            \"description\": \"None\",\n            \"campaigndetails\": {\n                \"web_media\": {\n                    \"apps\": [\n                        \"https://play.google.com/store/apps/details?id=com.activision.callofduty.shooter&hl=en_US\"\n                    ],\n                    \"youtube\": [\n                        \"https://youtube.com/watch?v=dnSZlkbXSJU\"\n                    ],\n                    \"domains\": [\n                        \"nytimes\"\n                    ],\n                    \"webpages\": [\n                        \"https://www.metaltoad.com/blog/hosting-django-sites-apache\",\n                        \"https://9gag.com\"\n                    ]\n                },\n                \"scores_summary\": {\n                    \"webpages\": {\n                        \"keywords\": [\n                            {\n                                \"score\": 46.00580514891469,\n                                \"item\": \"php\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 45.96794548207976,\n                                \"item\": \"fpm\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 49.94952044422009,\n                                \"item\": \"django\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 48.20797576981322,\n                                \"item\": \"ubuntu\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 41.62303664921466,\n                                \"item\": \"united states\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 46.5547703180212,\n                                \"item\": \"the web server gateway interface\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 32.71075214538112,\n                                \"item\": \"debian\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 46.23927309439677,\n                                \"item\": \"cgi\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 49.83594144371529,\n                                \"item\": \"apache django\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.9501556158065796,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 40.73700151438667,\n                                \"item\": \"hitchhiker's guide to python\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.7832663059234619,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 46.95229681978799,\n                                \"item\": \"python\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 39.65169106511863,\n                                \"item\": \"python3\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 29.07622412922766,\n                                \"item\": \"django_settings_module\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.7665990591049194,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 38.282433114588585,\n                                \"item\": \"python 3\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 49.83594144371529,\n                                \"item\": \"apache\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 38.50328117112569,\n                                \"item\": \"python 2\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 48.06915699141848,\n                                \"item\": \"apache 2.4.x\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 35.86387434554974,\n                                \"item\": \"dmca\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 32.275365976779405,\n                                \"item\": \"centos\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 41.16492146596858,\n                                \"item\": \"digital millennium copyright act\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 48.98409893992933,\n                                \"item\": \"wsgi\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            }\n                        ],\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Gambling\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Accidents\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Negative_News\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Weapons\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Crime\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Tobacco\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 0\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 41.62303664921466,\n                                \"item\": \"business\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 41.62303664921466,\n                                \"item\": \"american football\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 41.62303664921466,\n                                \"item\": \"national news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 41.62303664921466,\n                                \"item\": \"rugby\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 41.62303664921466,\n                                \"item\": \"law\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 41.62303664921466,\n                                \"item\": \"sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 41.62303664921466,\n                                \"item\": \"news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 41.62303664921466,\n                                \"item\": \"australian rules football\",\n                                \"total\": 1\n                            }\n                        ]\n                    },\n                    \"domains\": {\n                        \"keywords\": [\n                            {\n                                \"score\": 65.70779712339136,\n                                \"item\": \"isis\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 72.7728285077951,\n                                \"item\": \"jalopnik\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.80592105263158,\n                                \"item\": \"eric trump\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.7895482778549194,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.31309041835355,\n                                \"item\": \"trump\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 79.59878879636639,\n                                \"item\": \"s.d.f.\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.940646469593048,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"ford\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.16037735849056,\n                                \"item\": \"the new york times\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.32248296744888,\n                                \"item\": \"white house\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 68.05098684210526,\n                                \"item\": \"the wall street journal\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.7895482778549194,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 73.88167388167388,\n                                \"item\": \"hawking\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.8243152499198914,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 85.46770601336303,\n                                \"item\": \"harney county sheriff’s office\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 60.74943224829674,\n                                \"item\": \"president recep tayyip erdogan\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.6977401375770569,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.88888888888889,\n                                \"item\": \"black lives matter movement\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.9411499500274658,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 53.46289752650176,\n                                \"item\": \"colon\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"jessi combs\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.7999115586280823,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 98.1132075471698,\n                                \"item\": \"dealbook\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.34982332155478,\n                                \"item\": \"mateo\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 99.66592427616928,\n                                \"item\": \"combs\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.111279333838,\n                                \"item\": \"president trump\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 80.69644208932627,\n                                \"item\": \"syrian democratic forces\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.940646469593048,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 86.23481781376519,\n                                \"item\": \"new york times\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.60044642857144,\n                                \"item\": \"ford motor company\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 70.8554125662377,\n                                \"item\": \"state department\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"item\": \"islamic state\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 52.18855218855219,\n                                \"item\": \"facebook\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 90.42402826855124,\n                                \"item\": \"richie bonilla\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.5,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 74.07407407407408,\n                                \"item\": \"stephen hawking\",\n                                \"meta\": {\n                                    \"sentiment\": {\n                                        \"negative\": 1,\n                                        \"combinedscore\": 0.9368841648101808,\n                                        \"positive\": 1,\n                                        \"neutral\": 1\n                                    }\n                                },\n                                \"total\": 1\n                            }\n                        ],\n                        \"brand_safety\": [\n                            {\n                                \"score\": 0,\n                                \"item\": \"Adult_Content_NSFW\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Gambling\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Crime_and_Violence\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Alcohol\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Illegal_Drugs\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Accidents\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Terrorism\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 6,\n                                \"item\": \"Negative_News\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 0,\n                                \"item\": \"Offensive\",\n                                \"total\": 0\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Crime\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Weapons\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 1,\n                                \"item\": \"Tobacco\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 2,\n                                \"item\": \"Death_Injury\",\n                                \"total\": 1\n                            }\n                        ],\n                        \"categories\": [\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto parts\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto racing\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"item\": \"national news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.111279333838,\n                                \"item\": \"news\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 88.38001514004543,\n                                \"item\": \"sports\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.32248296744888,\n                                \"item\": \"food\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"item\": \"economy\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.32248296744888,\n                                \"item\": \"business\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto recalls\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.16124148372444,\n                                \"item\": \"automotive\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"news and politics\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto repair\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 94.32248296744888,\n                                \"item\": \"dining out\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 100,\n                                \"item\": \"auto body styles\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"item\": \"law\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 93.111279333838,\n                                \"item\": \"politics\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 97.16124148372444,\n                                \"item\": \"auto type\",\n                                \"total\": 1\n                            },\n                            {\n                                \"score\": 76.76003028009085,\n                                \"item\": \"australian rules football\",\n                                \"total\": 1\n                            }\n                        ]\n                    }\n                }\n            },\n            \"campaignid\": 111,\n            \"userid\": 2,\n            \"username\": \"guest\",\n            \"campaignname\": \"Example_campaign\",\n            \"datemodified\": \"2019-11-06T16:28:30\"\n        }\n    },\n    \"request_data\": {\n        \"username\": \"guest\",\n        \"API version\": \"0.1\",\n        \"status_code\": 0,\n        \"message\": \"Success\"\n    }\n}"}],"_postman_id":"528cb2e3-0b14-4d32-8b82-825646cb3476"},{"name":"list_all_jobs","id":"7cec89e4-1c4f-4d9c-b8c5-6138354f5f23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{token}}","type":"text"}],"url":"{{adskate_url}}/web-page-analysis/api/retrieve-all-jobs/?current_page=1&per_page=100&search=analysis","description":"<p>List user specific jobs</p>\n","urlObject":{"path":["web-page-analysis","api","retrieve-all-jobs",""],"host":["{{adskate_url}}"],"query":[{"description":{"content":"<p>Page number in the jobs table</p>\n","type":"text/plain"},"key":"current_page","value":"1"},{"description":{"content":"<p>Number of results to show per page</p>\n","type":"text/plain"},"key":"per_page","value":"100"},{"description":{"content":"<p>Type job you are searching for</p>\n","type":"text/plain"},"key":"search","value":"analysis"}],"variable":[]}},"response":[],"_postman_id":"7cec89e4-1c4f-4d9c-b8c5-6138354f5f23"},{"name":"delete_job","id":"c89ec527-f888-4aa3-b315-ff731df9a14e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"job_id","value":"","type":"text","description":"<p>id of the job to be deleted</p>\n"}]},"url":"{{adskate_url}}/web-page-analysis/api/delete-job/","description":"<p>Delete a user specific job</p>\n","urlObject":{"path":["web-page-analysis","api","delete-job",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c89ec527-f888-4aa3-b315-ff731df9a14e"},{"name":"retrieve-notifications","id":"9ea4012b-d359-4a14-89b9-0e8c74addcf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{token}}","type":"text"}],"url":"{{adskate_url}}/web-page-analysis/api/retrieve-notification/","description":"<p>Retrieve user specific job notifications</p>\n","urlObject":{"path":["web-page-analysis","api","retrieve-notification",""],"host":["{{adskate_url}}"],"query":[],"variable":[]}},"response":[{"id":"e3c81863-18f0-45c0-960e-d9d6d5687d7c","name":"retrieve-notifications","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{token}}","type":"text"}],"url":"{{adskate_url}}/web-page-analysis/api/retrieve-notification/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 18:29:34 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept,Origin"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1877"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_data\": {\n        \"username\": \"admin\",\n        \"API version\": \"0.1\",\n        \"status_code\": 0,\n        \"message\": \"Success\"\n    },\n    \"application_data\": {\n        \"response\": [\n            {\n                \"id\": 308,\n                \"user_id\": 1,\n                \"job_id\": 361,\n                \"read\": true,\n                \"created_at\": \"2020-01-27T18:14:18\",\n                \"status\": \"COMPLETED\",\n                \"job_name\": \"analysis_361\",\n                \"process\": \"analysis\",\n                \"campaignid\": null\n            },\n            {\n                \"id\": 307,\n                \"user_id\": 1,\n                \"job_id\": 360,\n                \"read\": true,\n                \"created_at\": \"2020-01-27T18:12:11\",\n                \"status\": \"COMPLETED\",\n                \"job_name\": \"analysis_360\",\n                \"process\": \"analysis\",\n                \"campaignid\": null\n            },\n            {\n                \"id\": 286,\n                \"user_id\": 1,\n                \"job_id\": 326,\n                \"read\": true,\n                \"created_at\": \"2020-01-24T21:33:46\",\n                \"status\": \"COMPLETED\",\n                \"job_name\": \"build_326\",\n                \"process\": \"build\",\n                \"campaignid\": null\n            },\n            {\n                \"id\": 285,\n                \"user_id\": 1,\n                \"job_id\": 325,\n                \"read\": false,\n                \"created_at\": \"2020-01-24T21:28:11\",\n                \"status\": \"COMPLETED\",\n                \"job_name\": \"analysis_325\",\n                \"process\": \"analysis\",\n                \"campaignid\": null\n            },\n            {\n                \"id\": 284,\n                \"user_id\": 1,\n                \"job_id\": 324,\n                \"read\": true,\n                \"created_at\": \"2020-01-24T21:25:56\",\n                \"status\": \"COMPLETED\",\n                \"job_name\": \"analysis_324\",\n                \"process\": \"analysis\",\n                \"campaignid\": null\n            },\n            {\n                \"id\": 283,\n                \"user_id\": 1,\n                \"job_id\": 323,\n                \"read\": true,\n                \"created_at\": \"2020-01-24T21:14:09\",\n                \"status\": \"COMPLETED\",\n                \"job_name\": \"analysis_323\",\n                \"process\": \"analysis\",\n                \"campaignid\": null\n            },\n            {\n                \"id\": 282,\n                \"user_id\": 1,\n                \"job_id\": 322,\n                \"read\": true,\n                \"created_at\": \"2020-01-24T21:12:22\",\n                \"status\": \"COMPLETED\",\n                \"job_name\": \"analysis_322\",\n                \"process\": \"analysis\",\n                \"campaignid\": null\n            },\n            {\n                \"id\": 281,\n                \"user_id\": 1,\n                \"job_id\": 321,\n                \"read\": true,\n                \"created_at\": \"2020-01-24T21:09:45\",\n                \"status\": \"COMPLETED\",\n                \"job_name\": \"analysis_321\",\n                \"process\": \"analysis\",\n                \"campaignid\": null\n            },\n            {\n                \"id\": 280,\n                \"user_id\": 1,\n                \"job_id\": 320,\n                \"read\": true,\n                \"created_at\": \"2020-01-24T21:07:23\",\n                \"status\": \"COMPLETED\",\n                \"job_name\": \"analysis_320\",\n                \"process\": \"analysis\",\n                \"campaignid\": null\n            },\n            {\n                \"id\": 279,\n                \"user_id\": 1,\n                \"job_id\": 319,\n                \"read\": true,\n                \"created_at\": \"2020-01-24T21:05:33\",\n                \"status\": \"COMPLETED\",\n                \"job_name\": \"analysis_319\",\n                \"process\": \"analysis\",\n                \"campaignid\": null\n            }\n        ],\n        \"per_page\": 10,\n        \"current_page\": 1,\n        \"total_page\": 16,\n        \"total_count\": 159\n    }\n}"}],"_postman_id":"9ea4012b-d359-4a14-89b9-0e8c74addcf4"},{"name":"retrieve-job","id":"df882e00-d0b8-404e-93d0-bbb2672c0596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{token}}","type":"text"}],"url":"{{adskate_url}}/web-page-analysis/api/retrieve-job/?job_id=106","description":"<p>Run this endpoint with the job id in order to retrieve the relevant job from the database. This endpoint should always be called prior to exporting any data.</p>\n","urlObject":{"path":["web-page-analysis","api","retrieve-job",""],"host":["{{adskate_url}}"],"query":[{"description":{"content":"<p>ID of the job that was created</p>\n","type":"text/plain"},"key":"job_id","value":"106"}],"variable":[]}},"response":[{"id":"a296a5da-d05a-49e3-9d63-901180c38fb2","name":"retrieve-job__retrieve_a_job","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{token}}","type":"text"}],"url":{"raw":"{{adskate_url}}/web-page-analysis/api/retrieve-job/?job_id=360","host":["{{adskate_url}}"],"path":["web-page-analysis","api","retrieve-job",""],"query":[{"key":"job_id","value":"360","description":"ID of the job that was created"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jan 2020 18:15:00 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Vary","value":"Accept,Origin"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"9030"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"request_data\": {\n        \"username\": \"admin\",\n        \"API version\": \"0.1\",\n        \"status_code\": 0,\n        \"message\": \"Success\"\n    },\n    \"application_data\": {\n        \"input_resource_type\": \"webpage\",\n        \"response\": {\n            \"body\": [\n                {\n                    \"keywords\": [\n                        {\n                            \"item\": \"gm\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 92.30944889881256,\n                            \"total\": 4\n                        },\n                        {\n                            \"item\": \"gmc yukon\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.8918119668960571\n                                }\n                            },\n                            \"score\": 62.37288135593221,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"general motors\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.6286655962467194\n                                }\n                            },\n                            \"score\": 94.00573852295408,\n                            \"total\": 2\n                        },\n                        {\n                            \"item\": \"chevrolet tahoe\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.8918119668960571\n                                }\n                            },\n                            \"score\": 63.502824858757066,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"ct6s\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.8295830488204956\n                                }\n                            },\n                            \"score\": 83.52291736366678,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"volt\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.4324793666601181\n                                }\n                            },\n                            \"score\": 77.10863746781678,\n                            \"total\": 2\n                        },\n                        {\n                            \"item\": \"barra\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 77.66811642689862,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"chevy\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.7825056314468384\n                                }\n                            },\n                            \"score\": 83.38909334225492,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"cruze\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.8295830488204956\n                                }\n                            },\n                            \"score\": 83.28872532619604,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"costco\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.7089446783065796\n                                }\n                            },\n                            \"score\": 90.11375041820008,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"cruzes\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.8295830488204956\n                                }\n                            },\n                            \"score\": 83.28872532619604,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"cadillac\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.8295830488204956\n                                }\n                            },\n                            \"score\": 83.6734693877551,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"mary barra\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 77.75175644028103,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"orc\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 93.20109780439122,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"fiat\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 71.10778443113772,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"jeep\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 94.43612774451098,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"ryan\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 98.86477045908184,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"biden\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.13411951065063477\n                                }\n                            },\n                            \"score\": 93.5129740518962,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"jeeps\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 94.43612774451098,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"obama\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 95.64620758483034,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"romney\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 100,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"chrysler\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 95.42165668662676,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"marchionne\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.22350633144378665\n                                }\n                            },\n                            \"score\": 91.57934131736528,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"republican\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 82.85928143712576,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"mitt romney\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 94.23652694610776,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"romney-ryan\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 98.95209580838323,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"daniel akerson\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 82.63473053892216,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"president obama\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.8136221170425415\n                                }\n                            },\n                            \"score\": 88.48552894211576,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"sergio marchionne\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.22350633144378665\n                                }\n                            },\n                            \"score\": 91.66666666666669,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"governor mitt romney\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.7860385179519653\n                                }\n                            },\n                            \"score\": 81.27495009980039,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"obama administration\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.5\n                                }\n                            },\n                            \"score\": 85.59131736526946,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"presidential campaign\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.7314516305923462\n                                }\n                            },\n                            \"score\": 98.05389221556888,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"reuters\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.1365281045436859\n                                }\n                            },\n                            \"score\": 67.66304347826086,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"chevrolet\",\n                            \"meta\": {\n                                \"sentiment\": {\n                                    \"neutral\": 1,\n                                    \"negative\": 1,\n                                    \"positive\": 1,\n                                    \"combinedscore\": 0.1365281045436859\n                                }\n                            },\n                            \"score\": 78.26086956521738,\n                            \"total\": 1\n                        }\n                    ],\n                    \"resource\": \"autoblog.com\",\n                    \"categories\": [\n                        {\n                            \"item\": \"automotive\",\n                            \"score\": 80.21470512458907,\n                            \"total\": 4\n                        },\n                        {\n                            \"item\": \"auto body styles\",\n                            \"score\": 85.78533187986642,\n                            \"total\": 3\n                        },\n                        {\n                            \"item\": \"news\",\n                            \"score\": 98.05389221556888,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"business\",\n                            \"score\": 85.59131736526946,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"economy\",\n                            \"score\": 98.05389221556888,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"politics\",\n                            \"score\": 98.05389221556888,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"auto parts\",\n                            \"score\": 86.84126312592207,\n                            \"total\": 2\n                        },\n                        {\n                            \"item\": \"motorcycles\",\n                            \"score\": 94.43612774451098,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"auto recalls\",\n                            \"score\": 86.84126312592207,\n                            \"total\": 2\n                        },\n                        {\n                            \"item\": \"national news\",\n                            \"score\": 98.05389221556888,\n                            \"total\": 1\n                        }\n                    ],\n                    \"brand_safety\": [\n                        {\n                            \"item\": \"Crime\",\n                            \"score\": 0,\n                            \"total\": 0\n                        },\n                        {\n                            \"item\": \"Alcohol\",\n                            \"score\": 1,\n                            \"total\": 1\n                        },\n                        {\n                            \"item\": \"Tobacco\",\n                            \"score\": 0,\n                            \"total\": 0\n                        },\n                        {\n                            \"item\": \"Weapons\",\n                            \"score\": 0,\n                            \"total\": 0\n                        },\n                        {\n                            \"item\": \"Gambling\",\n                            \"score\": 0,\n                            \"total\": 0\n                        },\n                        {\n                            \"item\": \"Accidents\",\n                            \"score\": 0,\n                            \"total\": 0\n                        },\n                        {\n                            \"item\": \"Offensive\",\n                            \"score\": 0,\n                            \"total\": 0\n                        },\n                        {\n                            \"item\": \"Terrorism\",\n                            \"score\": 0,\n                            \"total\": 0\n                        },\n                        {\n                            \"item\": \"Death_Injury\",\n                            \"score\": 0,\n                            \"total\": 0\n                        },\n                        {\n                            \"item\": \"Illegal_Drugs\",\n                            \"score\": 0,\n                            \"total\": 0\n                        },\n                        {\n                            \"item\": \"Negative_News\",\n                            \"score\": 2,\n                            \"total\": 2\n                        },\n                        {\n                            \"item\": \"Adult_Content_NSFW\",\n                            \"score\": 0,\n                            \"total\": 0\n                        },\n                        {\n                            \"item\": \"Crime_and_Violence\",\n                            \"score\": 0,\n                            \"total\": 0\n                        }\n                    ],\n                    \"resource_type\": \"webpage\"\n                }\n            ],\n            \"summary\": {\n                \"keywords\": [\n                    {\n                        \"item\": \"gm\",\n                        \"meta\": {\n                            \"sentiment\": {\n                                \"neutral\": 1,\n                                \"negative\": 1,\n                                \"positive\": 1,\n                                \"combinedscore\": 0.5\n                            }\n                        },\n                        \"score\": 73.84755911905003,\n                        \"total\": 4\n                    },\n                    {\n                        \"item\": \"general motors\",\n                        \"meta\": {\n                            \"sentiment\": {\n                                \"neutral\": 1,\n                                \"negative\": 1,\n                                \"positive\": 1,\n                                \"combinedscore\": 0.6286655962467194\n                            }\n                        },\n                        \"score\": 37.60229540918163,\n                        \"total\": 2\n                    },\n                    {\n                        \"item\": \"volt\",\n                        \"meta\": {\n                            \"sentiment\": {\n                                \"neutral\": 1,\n                                \"negative\": 1,\n                                \"positive\": 1,\n                                \"combinedscore\": 0.4324793666601181\n                            }\n                        },\n                        \"score\": 30.843454987126712,\n                        \"total\": 2\n                    },\n                    {\n                        \"item\": \"romney\",\n                        \"meta\": {\n                            \"sentiment\": {\n                                \"neutral\": 1,\n                                \"negative\": 1,\n                                \"positive\": 1,\n                                \"combinedscore\": 0.5\n                            }\n                        },\n                        \"score\": 20,\n                        \"total\": 1\n                    },\n                    {\n                        \"item\": \"romney-ryan\",\n                        \"meta\": {\n                            \"sentiment\": {\n                                \"neutral\": 1,\n                                \"negative\": 1,\n                                \"positive\": 1,\n                                \"combinedscore\": 0.5\n                            }\n                        },\n                        \"score\": 19.790419161676645,\n                        \"total\": 1\n                    },\n                    {\n                        \"item\": \"ryan\",\n                        \"meta\": {\n                            \"sentiment\": {\n                                \"neutral\": 1,\n                                \"negative\": 1,\n                                \"positive\": 1,\n                                \"combinedscore\": 0.5\n                            }\n                        },\n                        \"score\": 19.772954091816366,\n                        \"total\": 1\n                    },\n                    {\n                        \"item\": \"presidential campaign\",\n                        \"meta\": {\n                            \"sentiment\": {\n                                \"neutral\": 1,\n                                \"negative\": 1,\n                                \"positive\": 1,\n                                \"combinedscore\": 0.7314516305923462\n                            }\n                        },\n                        \"score\": 19.610778443113777,\n                        \"total\": 1\n                    },\n                    {\n                        \"item\": \"obama\",\n                        \"meta\": {\n                            \"sentiment\": {\n                                \"neutral\": 1,\n                                \"negative\": 1,\n                                \"positive\": 1,\n                                \"combinedscore\": 0.5\n                            }\n                        },\n                        \"score\": 19.12924151696607,\n                        \"total\": 1\n                    },\n                    {\n                        \"item\": \"chrysler\",\n                        \"meta\": {\n                            \"sentiment\": {\n                                \"neutral\": 1,\n                                \"negative\": 1,\n                                \"positive\": 1,\n                                \"combinedscore\": 0.5\n                            }\n                        },\n                        \"score\": 19.084331337325352,\n                        \"total\": 1\n                    },\n                    {\n                        \"item\": \"jeep\",\n                        \"meta\": {\n                            \"sentiment\": {\n                                \"neutral\": 1,\n                                \"negative\": 1,\n                                \"positive\": 1,\n                                \"combinedscore\": 0.5\n                            }\n                        },\n                        \"score\": 18.887225548902197,\n                        \"total\": 1\n                    }\n                ],\n                \"categories\": [\n                    {\n                        \"item\": \"automotive\",\n                        \"score\": 64.17176409967126,\n                        \"total\": 4\n                    },\n                    {\n                        \"item\": \"auto body styles\",\n                        \"score\": 51.47119912791985,\n                        \"total\": 3\n                    },\n                    {\n                        \"item\": \"auto parts\",\n                        \"score\": 34.73650525036883,\n                        \"total\": 2\n                    },\n                    {\n                        \"item\": \"auto recalls\",\n                        \"score\": 34.73650525036883,\n                        \"total\": 2\n                    },\n                    {\n                        \"item\": \"news\",\n                        \"score\": 19.610778443113777,\n                        \"total\": 1\n                    },\n                    {\n                        \"item\": \"economy\",\n                        \"score\": 19.610778443113777,\n                        \"total\": 1\n                    },\n                    {\n                        \"item\": \"politics\",\n                        \"score\": 19.610778443113777,\n                        \"total\": 1\n                    },\n                    {\n                        \"item\": \"national news\",\n                        \"score\": 19.610778443113777,\n                        \"total\": 1\n                    },\n                    {\n                        \"item\": \"motorcycles\",\n                        \"score\": 18.887225548902197,\n                        \"total\": 1\n                    },\n                    {\n                        \"item\": \"business\",\n                        \"score\": 17.118263473053894,\n                        \"total\": 1\n                    }\n                ],\n                \"brand_safety\": [\n                    {\n                        \"item\": \"Crime\",\n                        \"score\": 0,\n                        \"total\": 0\n                    },\n                    {\n                        \"item\": \"Alcohol\",\n                        \"score\": 1,\n                        \"total\": 1\n                    },\n                    {\n                        \"item\": \"Tobacco\",\n                        \"score\": 0,\n                        \"total\": 0\n                    },\n                    {\n                        \"item\": \"Weapons\",\n                        \"score\": 0,\n                        \"total\": 0\n                    },\n                    {\n                        \"item\": \"Gambling\",\n                        \"score\": 0,\n                        \"total\": 0\n                    },\n                    {\n                        \"item\": \"Accidents\",\n                        \"score\": 0,\n                        \"total\": 0\n                    },\n                    {\n                        \"item\": \"Offensive\",\n                        \"score\": 0,\n                        \"total\": 0\n                    },\n                    {\n                        \"item\": \"Terrorism\",\n                        \"score\": 0,\n                        \"total\": 0\n                    },\n                    {\n                        \"item\": \"Death_Injury\",\n                        \"score\": 0,\n                        \"total\": 0\n                    },\n                    {\n                        \"item\": \"Illegal_Drugs\",\n                        \"score\": 0,\n                        \"total\": 0\n                    },\n                    {\n                        \"item\": \"Negative_News\",\n                        \"score\": 2,\n                        \"total\": 2\n                    },\n                    {\n                        \"item\": \"Adult_Content_NSFW\",\n                        \"score\": 0,\n                        \"total\": 0\n                    },\n                    {\n                        \"item\": \"Crime_and_Violence\",\n                        \"score\": 0,\n                        \"total\": 0\n                    }\n                ]\n            },\n            \"total_count\": 0,\n            \"total_page\": 1,\n            \"current_page\": 0\n        },\n        \"request_type\": \"analysis\",\n        \"job_id\": \"360\"\n    }\n}"}],"_postman_id":"df882e00-d0b8-404e-93d0-bbb2672c0596"}]}